mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-05 02:43:27 -05:00
Fix label
This commit is contained in:
@@ -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')));
|
||||
|
||||
Reference in New Issue
Block a user