Fix translations strings for form settings
[MAILPOET-2455]
This commit is contained in:
committed by
Jack Kitterhing
parent
c2823f3f68
commit
f024c57ed7
@@ -95,7 +95,7 @@ export default () => {
|
||||
className="mailpoet-form-success-types__control"
|
||||
onChange={onSuccessTypeChange}
|
||||
selected={settings.on_success || 'message'}
|
||||
label={MailPoet.I18n.t('settingsAfterSubmit')}
|
||||
label={`${MailPoet.I18n.t('settingsAfterSubmit')}…`}
|
||||
options={[
|
||||
{
|
||||
label: MailPoet.I18n.t('settingsShowMessage'),
|
||||
|
@@ -45,7 +45,7 @@ export default () => {
|
||||
|
||||
const addFormPhpIframeHint = ReactStringReplace(
|
||||
MailPoet.I18n.t('addFormPhpIframeHint'),
|
||||
/%s(.*?)%s/g,
|
||||
/\[link\](.*?)\[\/link\]/g,
|
||||
(match) => {
|
||||
if (match === 'PHP') {
|
||||
return (<a key="exportPHP" href="#" onClick={(e) => exportLinkClicked(e, 'php')}>{match}</a>);
|
||||
|
Reference in New Issue
Block a user