mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-27 11:10:19 -06:00
Fix tablespace move prompt message. Fixes #2708
This commit is contained in:
parent
5ebfd88f11
commit
e64c52a446
@ -268,7 +268,7 @@ define('pgadmin.node.tablespace', [
|
||||
alertify.confirm(
|
||||
gettext('Move objects...'),
|
||||
gettext(
|
||||
'Are you sure you wish to move objects %(old_tablespace)s to %s(new_tablespace)s',
|
||||
'Are you sure you wish to move the objects from %(old_tablespace)s to %(new_tablespace)s?',
|
||||
{old_tablespace: args.old_tblspc, new_tablespace: args.tblspc}
|
||||
),
|
||||
function() {
|
||||
|
Loading…
Reference in New Issue
Block a user