Some minor gettext and format fixes.

This commit is contained in:
Libor M
2020-04-16 12:55:19 +05:30
committed by Akshay Joshi
parent 7493649893
commit 8254e9f030
4 changed files with 5 additions and 5 deletions

View File

@@ -425,7 +425,7 @@ define('pgadmin.node.server', [
Alertify.dialog('changeServerPassword' ,function factory() {
return {
main: function(params) {
var title = gettext('Change Password ');
var title = gettext('Change Password');
this.set('title', title);
this.user_name = params.user.name;
},