Add different label for form placement select box

[MAILPOET-2743]
This commit is contained in:
Rostislav Wolny
2020-04-21 13:19:50 +02:00
committed by Veljko V
parent e467230b5b
commit 5b26c2b956
2 changed files with 2 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ const FormPreview = () => {
<> <>
<div className="mailpoet_form_preview_type_select"> <div className="mailpoet_form_preview_type_select">
<label> <label>
{MailPoet.I18n.t('formPlacement')} {MailPoet.I18n.t('formPlacementLabel')}
{' '} {' '}
<select <select
onChange={onChange(setFormType)} onChange={onChange(setFormType)}

View File

@@ -57,6 +57,7 @@
'customFieldSettings': _x('Custom field settings', 'A settings section heading'), 'customFieldSettings': _x('Custom field settings', 'A settings section heading'),
'customFieldsFormSettings': _x('Form settings', 'A settings section heading'), 'customFieldsFormSettings': _x('Form settings', 'A settings section heading'),
'formPlacement': _x('Form Placement', 'A settings section heading'), 'formPlacement': _x('Form Placement', 'A settings section heading'),
'formPlacementLabel': _x('Form placement', 'A label for a select box'),
'customCss': _x('Custom CSS', 'A settings section heading'), 'customCss': _x('Custom CSS', 'A settings section heading'),
'formSaved': __('Form saved.'), 'formSaved': __('Form saved.'),
'customFieldSaved': __('Custom field saved.'), 'customFieldSaved': __('Custom field saved.'),