mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 18:20:20 -06:00
Fixed typo in User Management
This commit is contained in:
parent
0f5a97fa6e
commit
4033bf3748
@ -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',
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user