mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix gettext calls per Khushboo
This commit is contained in:
parent
649b719845
commit
ce5d7b7d60
@ -120,13 +120,13 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
id: 'description', label:'{{ _('Comment') }}', cell: 'string',
|
||||
type: 'multiline'
|
||||
},{
|
||||
id: 'spcoptions', label: 'Variables', type: 'collection',
|
||||
id: 'spcoptions', label: '{{ _('Variables') }}', type: 'collection',
|
||||
group: "Variables", control: 'variable-collection',
|
||||
model: pgAdmin.Browser.Node.VariableModel,
|
||||
mode: ['edit', 'create'], canAdd: true, canEdit: false,
|
||||
canDelete: true
|
||||
},{
|
||||
id: 'spcacl', label: 'Privileges', type: 'collection',
|
||||
id: 'spcacl', label: '{{ _('Privileges') }}', type: 'collection',
|
||||
group: '{{ _('Security') }}', control: 'unique-col-collection',
|
||||
model: pgAdmin.Browser.Node.PrivilegeRoleModel.extend({privileges: ['C']}),
|
||||
mode: ['edit', 'create'], canAdd: true, canDelete: true,
|
||||
|
Loading…
Reference in New Issue
Block a user