mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve wordings.
This commit is contained in:
parent
c418a9c9ca
commit
02f9de5bdb
@ -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
|
||||
|
@ -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);
|
||||
|
@ -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.'));
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user