mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Missed string change
This commit is contained in:
@@ -59,7 +59,7 @@ define(
|
||||
var menus = [{
|
||||
name: 'query_tool', module: this, applies: ['tools'],
|
||||
callback: 'show_query_tool', enable: query_tool_menu_enabled,
|
||||
priority: 1, label: '{{ _('Query tool') }}',
|
||||
priority: 1, label: '{{ _('Query Tool') }}',
|
||||
icon: 'fa fa-bolt'
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user