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">
<label>
{MailPoet.I18n.t('formPlacement')}
{MailPoet.I18n.t('formPlacementLabel')}
{' '}
<select
onChange={onChange(setFormType)}