Fixed typo in User Management

This commit is contained in:
Akshay Joshi 2022-03-04 11:40:28 +05:30
parent 0f5a97fa6e
commit 4033bf3748

View File

@ -90,7 +90,7 @@ define([
// Callback to draw change password Dialog.
change_password: function(url) {
pgDialog.url_dialog(
gettext('Chagne Password'), url, 'change_user_password.html',
gettext('Change Password'), url, 'change_user_password.html',
);
},