Update - June 10 2016

This commit is contained in:
Kiefer Covia
2016-06-10 11:13:40 +02:00
parent 08e6430c7d
commit 77dd71935a
4 changed files with 6 additions and 6 deletions

View File

@@ -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 .= '</span>';
$form_html .= '</p>';