Fix values in custom field validation setting
[MAILPOET-2463]
This commit is contained in:
committed by
Pavel Dohnal
parent
3a2fb7cdbc
commit
b0a85c4f40
@ -60,11 +60,11 @@ const CustomFieldSettings = ({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: MailPoet.I18n.t('customFieldValidateNumbersOnly'),
|
label: MailPoet.I18n.t('customFieldValidateNumbersOnly'),
|
||||||
value: 'alphanum',
|
value: 'number',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: MailPoet.I18n.t('customFieldValidateAlphanumerical'),
|
label: MailPoet.I18n.t('customFieldValidateAlphanumerical'),
|
||||||
value: 'number',
|
value: 'alphanum',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: MailPoet.I18n.t('customFieldValidatePhoneNumber'),
|
label: MailPoet.I18n.t('customFieldValidatePhoneNumber'),
|
||||||
|
Reference in New Issue
Block a user