Rename 'Edit Object..' context menu back to 'Properties...'. #4734

This commit is contained in:
Aditya Toshniwal
2023-04-03 13:10:24 +05:30
committed by GitHub
parent 6c7116a20c
commit 6710969143
5 changed files with 5 additions and 5 deletions

View File

@@ -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',
},