mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix node type label
This commit is contained in:
parent
441a29f59c
commit
680339ff20
@ -20,7 +20,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'fts_template',
|
||||
canDrop: true,
|
||||
canDropCascade: true,
|
||||
label: '{{ _('FTS Templates') }}',
|
||||
label: '{{ _('FTS Template') }}',
|
||||
hasSQL: true,
|
||||
hasDepends: true,
|
||||
Init: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user