Fix label

This commit is contained in:
Dave Page
2016-10-07 14:15:18 +01:00
parent ae612f5403
commit 148808a17b
@@ -441,7 +441,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify, Backform) {
group: '{{ _('Privileges') }}', type: 'switch',
options: switchOptions, disabled: 'readonly'
},{
id: 'rolcatupdate', label:'{{ _('Update Catalog?') }}',
id: 'rolcatupdate', label:'{{ _('Update catalog?') }}',
type: 'switch', max_version: 90400, options: switchOptions,
group: '{{ _('Privileges') }}', disabled: function(m) {
return (m.get('read_only') || (!m.get('rolsuper')));