diff --git a/lib/Subscription/Pages.php b/lib/Subscription/Pages.php index c122e123cd..efd4ab657f 100644 --- a/lib/Subscription/Pages.php +++ b/lib/Subscription/Pages.php @@ -200,7 +200,7 @@ class Pages { private function getConfirmContent() { if($this->isPreview() || $this->subscriber !== false) { - return __("Yup, we've added you to our list. You'll hear from us shortly."); + return __("Yup, we've added you to our email list. You'll hear from us shortly."); } } @@ -340,7 +340,7 @@ class Pages { __('[link]Log in to your account[/link] to update your email.') ); } else { - $form_html .= __('Need to change your email address? Unsubscribe here and simply sign up again.'); + $form_html .= __('Need to change your email address? Unsubscribe here, then simply sign up again.'); } $form_html .= ''; $form_html .= '
'; diff --git a/views/form/editor.html b/views/form/editor.html index f71caa01e9..7fa645ccae 100644 --- a/views/form/editor.html +++ b/views/form/editor.html @@ -414,7 +414,7 @@ } }).done(function(response) { MailPoet.Notice.success( - "<%= __('Form name successfully updated!') %>" + "<%= __('The form name was successfully updated!') %>" ); }); } diff --git a/views/form/templates/blocks/segment.hbs b/views/form/templates/blocks/segment.hbs index 938ae0f2b9..0bc56d75a2 100644 --- a/views/form/templates/blocks/segment.hbs +++ b/views/form/templates/blocks/segment.hbs @@ -1,5 +1,5 @@ {{#if params.label}}{{ params.label }}
{{/if}} -{{#unless params.values}}<%= __('You have to select at least 1 list') %>
{{/unless}} +{{#unless params.values}}<%= __('Please select at least 1 list') %>
{{/unless}} {{#each params.values}}{{ name }} diff --git a/views/form/templates/settings/field_form.hbs b/views/form/templates/settings/field_form.hbs index 8ce1ddc575..91991de5ee 100644 --- a/views/form/templates/settings/field_form.hbs +++ b/views/form/templates/settings/field_form.hbs @@ -13,7 +13,7 @@ id="field_type" name="type" data-parsley-required="true" - data-parsley-required-message="<%= __('You need to specify a type') %>" + data-parsley-required-message="<%= __('Please specify a type') %>" >