mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Clarify the close browser warning.
This commit is contained in:
parent
5008872203
commit
ef5b8fe603
@ -1645,7 +1645,7 @@ function(require, $, _, S, Bootstrap, pgAdmin, Alertify, CodeMirror) {
|
||||
|
||||
window.onbeforeunload = function(ev) {
|
||||
var e = ev || window.event,
|
||||
msg = '{{ _('Do you really want to leave the page?') }}';
|
||||
msg = '{{ _('Are you sure you wish to close the %(appname)s browser?', appname=config.APP_NAME) }}';
|
||||
|
||||
// For IE and Firefox prior to version 4
|
||||
if (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user