mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Various string improvements and fixes.
This commit is contained in:
committed by
Dave Page
parent
714a429879
commit
9be1364d1a
@@ -168,7 +168,7 @@ define('pgadmin.node.tablespace', [
|
||||
alertify.dialog('move_objects_dlg' ,function factory() {
|
||||
return {
|
||||
main: function() {
|
||||
var title = gettext('Move objects to another tablespace ');
|
||||
var title = gettext('Move objects to another tablespace');
|
||||
this.set('title', title);
|
||||
},
|
||||
build: function() {
|
||||
|
||||
Reference in New Issue
Block a user