Add different label for form placement select box
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
e467230b5b
commit
5b26c2b956
@@ -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)}
|
||||||
|
@@ -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.'),
|
||||||
|
Reference in New Issue
Block a user