mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Nomenclature changes:
1. Rename "Properties..." context menu option of object to "Edit Object...". 2. Rename "Browser" tree to "Object Explorer". #4734
This commit is contained in:
@@ -48,7 +48,7 @@ define('tools.restore', [
|
||||
null, pgBrowser.tree, menuUtils.restoreSupportedNodes
|
||||
),
|
||||
data: {
|
||||
data_disabled: gettext('Please select any schema or table from the browser tree to Restore data.'),
|
||||
data_disabled: gettext('Please select any schema or table from the object explorer to Restore data.'),
|
||||
},
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user