Fix label cpaitalisation

This commit is contained in:
Dave Page
2016-09-26 15:04:39 +01:00
parent 0ae719dae0
commit f9dacc5237
2 changed files with 8 additions and 8 deletions

View File

@@ -351,16 +351,16 @@ function($, _, S, pgAdmin, pgBrowser, Backform, alertify) {
id: 'acl', label: '{{ _('Privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'tblacl', label: '{{ _('Default TABLE Privileges') }}', type: 'text',
id: 'tblacl', label: '{{ _('Default TABLE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'seqacl', label: '{{ _('Default SEQUENCE Privileges') }}', type: 'text',
id: 'seqacl', label: '{{ _('Default SEQUENCE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'funcacl', label: '{{ _('Default FUNCTION Privileges') }}',
id: 'funcacl', label: '{{ _('Default FUNCTION privileges') }}',
group: '{{ _('Security') }}', type: 'text', mode: ['properties'], disabled: true
},{
id: 'typeacl', label: '{{ _('Default TYPE Privileges') }}', type: 'text',
id: 'typeacl', label: '{{ _('Default TYPE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true, min_version: 90200,
visible: function() {
return this.version_compatible;

View File

@@ -297,16 +297,16 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
id: 'acl', label: '{{ _('Privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'tblacl', label: '{{ _('Default TABLE Privileges') }}', type: 'text',
id: 'tblacl', label: '{{ _('Default TABLE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'seqacl', label: '{{ _('Default SEQUENCE Privileges') }}', type: 'text',
id: 'seqacl', label: '{{ _('Default SEQUENCE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'funcacl', label: '{{ _('Default FUNCTION Privileges') }}', type: 'text',
id: 'funcacl', label: '{{ _('Default FUNCTION privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true
},{
id: 'typeacl', label: '{{ _('Default TYPE Privileges') }}', type: 'text',
id: 'typeacl', label: '{{ _('Default TYPE privileges') }}', type: 'text',
group: '{{ _('Security') }}', mode: ['properties'], disabled: true, min_version: 90200
},{
id: 'comments', label:'{{ _('Comment') }}',