mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 16:56:30 -06:00
Wording improvements.
This commit is contained in:
parent
fc40197d39
commit
0717b40543
@ -1025,7 +1025,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) {
|
||||
Alertify.pgNotifier(
|
||||
"error", jqxhr,
|
||||
S(
|
||||
"{{ _("Error during saving properties: %%s!") }}"
|
||||
"{{ _("Error saving properties: %%s") }}"
|
||||
).sprintf(jqxhr.statusText).value()
|
||||
);
|
||||
}
|
||||
|
@ -1075,7 +1075,7 @@ define([
|
||||
alertify.pgNotifier(
|
||||
"error", jqxhr,
|
||||
S(
|
||||
"{{ _('Error during saving properties - %%s!') }}"
|
||||
"{{ _('Error saving properties: %%s') }}"
|
||||
).sprintf(jqxhr.statusText).value()
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user