mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo
This commit is contained in:
parent
c950683fa1
commit
de9e122a91
@ -265,7 +265,7 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
|
||||
canAdd: true, canEdit: false, canDelete: true, hasRole: true,
|
||||
control: Backform.VariableCollectionControl, node: 'role'
|
||||
},{
|
||||
id: 'securities', label: '{{ _('Securitiy Labels') }}', model: SecurityModel,
|
||||
id: 'securities', label: '{{ _('Security Labels') }}', model: SecurityModel,
|
||||
editable: false, type: 'collection', canEdit: false,
|
||||
group: '{{ _('Security') }}', canDelete: true,
|
||||
mode: ['edit', 'create'], canAdd: true,
|
||||
@ -370,4 +370,4 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
|
||||
}
|
||||
|
||||
return pgBrowser.Nodes['coll-database'];
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user