Fix typo per Susan.

pull/3/head
Dave Page 2016-06-07 09:06:29 +01:00
parent b0a901e90e
commit 124f49869e
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}'
}]
},
{