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:
@@ -120,13 +120,13 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
|||||||
id: 'description', label:'{{ _('Comment') }}', cell: 'string',
|
id: 'description', label:'{{ _('Comment') }}', cell: 'string',
|
||||||
type: 'multiline'
|
type: 'multiline'
|
||||||
},{
|
},{
|
||||||
id: 'spcoptions', label: 'Variables', type: 'collection',
|
id: 'spcoptions', label: '{{ _('Variables') }}', type: 'collection',
|
||||||
group: "Variables", control: 'variable-collection',
|
group: "Variables", control: 'variable-collection',
|
||||||
model: pgAdmin.Browser.Node.VariableModel,
|
model: pgAdmin.Browser.Node.VariableModel,
|
||||||
mode: ['edit', 'create'], canAdd: true, canEdit: false,
|
mode: ['edit', 'create'], canAdd: true, canEdit: false,
|
||||||
canDelete: true
|
canDelete: true
|
||||||
},{
|
},{
|
||||||
id: 'spcacl', label: 'Privileges', type: 'collection',
|
id: 'spcacl', label: '{{ _('Privileges') }}', type: 'collection',
|
||||||
group: '{{ _('Security') }}', control: 'unique-col-collection',
|
group: '{{ _('Security') }}', control: 'unique-col-collection',
|
||||||
model: pgAdmin.Browser.Node.PrivilegeRoleModel.extend({privileges: ['C']}),
|
model: pgAdmin.Browser.Node.PrivilegeRoleModel.extend({privileges: ['C']}),
|
||||||
mode: ['edit', 'create'], canAdd: true, canDelete: true,
|
mode: ['edit', 'create'], canAdd: true, canDelete: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user