mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-11 13:34:50 -05: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:
@@ -51,7 +51,7 @@ define([
|
||||
null, pgBrowser.tree, ['table']
|
||||
),
|
||||
data: {
|
||||
data_disabled: gettext('Please select any table from the browser tree to Import/Export data.'),
|
||||
data_disabled: gettext('Please select any table from the object explorer to Import/Export data.'),
|
||||
},
|
||||
}]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user