Geen omschrijving

newSubscriberNotification.txt 532B

123456789101112131415161718
  1. <%= __('Howdy,') %>
  2. <%= __('The subscriber %$1s has just subscribed to your list %$2s!')
  3. |replace({'%$1s': subscriber_email, '%$2s': segments_names})
  4. %>
  5. <%= __('Cheers,') %>
  6. <%= __('The MailPoet Plugin') %>
  7. <%= __('You can disable these emails in your MailPoet Settings.') %>
  8. <%= link_settings %>
  9. <% if 'now'|date('Y-m-d') < '2018-11-30'|date('Y-m-d') %>
  10. <%= __('PS. MailPoet annual plans are nearly half price for a limited time. Find out more in the Premium page in your admin.') %>
  11. <%= link_premium %>
  12. <% endif %>