update September 9 2016

This commit is contained in:
Kiefer Conrad
2016-09-09 15:04:00 +02:00
parent 3dd5ac0536
commit 405e743171
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
<input type="text"
class="mailpoet_input mailpoet_input_preheader"
value="{{ model.preheader }}"
placeholder="<%= __('Short summary text that follows the subject line when an email is viewed in the inbox') %>"
placeholder="<%= __('Preview text (usually displayed underneath the subject line in the inbox)') %>"
/>
</div>

View File

@@ -99,7 +99,7 @@
'preview': __('Preview'),
'selectTemplateTitle': __('Select a template'),
'draftNewsletterTitle': __('Draft newsletter'),
'draftNewsletterTitle': __('Subject'),
'pickCampaignType': __('Pick a type of campaign'),
'regularNewsletterTypeTitle': __('Newsletter'),
'regularNewsletterTypeDescription': __('Send a newsletter with images, buttons, dividers, and social bookmarks. Or, just send a basic text email.'),