Improve wordings.

This commit is contained in:
Akshay Joshi 2020-01-28 18:36:42 +05:30
parent c418a9c9ca
commit 02f9de5bdb
3 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@ define('pgadmin.node.table', [
return false;
},
},{
id: 'partition', type: 'group', label: gettext('Partition'),
id: 'partition', type: 'group', label: gettext('Partitions'),
mode: ['edit', 'create'], min_version: 100000,
visible: function(m) {
// Always show in case of create mode

View File

@ -1895,7 +1895,7 @@ define([
/* Register to log the activity */
pgBrowser.register_to_activity_listener(document, ()=>{
Alertify.alert(gettext('Timeout'), gettext('Your session has timed out due to inactivity. Kindly close the window and login again.'));
Alertify.alert(gettext('Timeout'), gettext('Your session has timed out due to inactivity. Please close the window and login again.'));
});
controller.poll_result = pgBrowser.override_activity_event_decorator(controller.poll_result).bind(controller);

View File

@ -662,7 +662,7 @@ define('tools.querytool', [
/* Register to log the activity */
pgBrowser.register_to_activity_listener(document, ()=>{
alertify.alert(gettext('Timeout'), gettext('Your session has timed out due to inactivity. Kindly close the window and login again.'));
alertify.alert(gettext('Timeout'), gettext('Your session has timed out due to inactivity. Please close the window and login again.'));
});
},