mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rename 'Edit Object..' context menu back to 'Properties...'. #4734
This commit is contained in:
@@ -123,7 +123,7 @@ define('pgadmin.browser.node', [
|
||||
applies: ['object', 'context'],
|
||||
callback: 'show_obj_properties',
|
||||
priority: 999,
|
||||
label: gettext('Edit Object...'),
|
||||
label: gettext('Properties...'),
|
||||
data: {
|
||||
'action': 'edit',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user