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