mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rename the menu option 'Search objects' to 'Search Objects...'
This commit is contained in:
@@ -35,7 +35,7 @@ define([
|
||||
callback: 'show_search_objects',
|
||||
enable: this.search_objects_enabled,
|
||||
priority: 1,
|
||||
label: gettext('Search objects'),
|
||||
label: gettext('Search Objects...'),
|
||||
}, {
|
||||
name: 'search_objects',
|
||||
module: this,
|
||||
@@ -43,7 +43,7 @@ define([
|
||||
callback: 'show_search_objects',
|
||||
enable: this.search_objects_enabled,
|
||||
priority: 1,
|
||||
label: gettext('Search objects'),
|
||||
label: gettext('Search Objects...'),
|
||||
}];
|
||||
|
||||
pgBrowser.add_menus(menus);
|
||||
|
Reference in New Issue
Block a user