mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo per Susan.
This commit is contained in:
parent
b0a901e90e
commit
124f49869e
@ -77,7 +77,7 @@ define(
|
||||
control: Backform.CustomSwitchControl, label: '{{ _('FREEZE') }}', group: '{{ _('Vacuum') }}'
|
||||
},{
|
||||
id: 'vacuum_analyze', disabled: false, deps: ['op'], disabled: 'isDisabled',
|
||||
control: Backform.CustomSwitchControl, label: '{{ _('ALALYZE') }}', group: '{{ _('Vacuum') }}'
|
||||
control: Backform.CustomSwitchControl, label: '{{ _('ANALYZE') }}', group: '{{ _('Vacuum') }}'
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user