Added missing gettexts and text space improvements.

This commit is contained in:
Libor M
2021-06-24 11:15:50 +05:30
committed by Akshay Joshi
parent 313224e6f5
commit cc989c5c08
5 changed files with 12 additions and 12 deletions

View File

@@ -121,7 +121,7 @@ define('pgadmin.node.server', [
applies: ['object'], callback: 'change_password',
label: gettext('Change Password...'), priority: 10,
icon: 'fa fa-lock', enable : 'is_connected',data: {
data_disabled: gettext('Please connect server to enable change password. '),
data_disabled: gettext('Please connect server to enable change password.'),
},
},{
name: 'wal_replay_pause', node: 'server', module: this,