mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix labels.
This commit is contained in:
parent
32cdfa2969
commit
a2f626046a
@ -85,7 +85,7 @@ define('pgadmin.node.database', [
|
||||
},{
|
||||
name: 'generate_erd', node: 'database', module: this,
|
||||
applies: ['object', 'context'], callback: 'generate_erd',
|
||||
category: 'erd', priority: 5, label: gettext('Generate ERD(Beta)...'),
|
||||
category: 'erd', priority: 5, label: gettext('Generate ERD (Beta)'),
|
||||
}]);
|
||||
|
||||
_.bindAll(this, 'connection_lost');
|
||||
|
@ -38,7 +38,7 @@ export function initialize(gettext, url_for, $, _, pgAdmin, csrfToken, pgBrowser
|
||||
applies: ['tools'],
|
||||
callback: 'showErdTool',
|
||||
priority: 1,
|
||||
label: gettext('New ERD project(Beta)'),
|
||||
label: gettext('New ERD Project (Beta)'),
|
||||
enable: this.erdToolEnabled,
|
||||
}];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user