Update settings for auto emails stats notifications
[MAILPOET-1859]
This commit is contained in:
@ -282,29 +282,32 @@
|
|||||||
<%= _x('Stats notifications', 'name of a setting to automatically send statistics (newsletter open rate, click rate, etc) by email') %>
|
<%= _x('Stats notifications', 'name of a setting to automatically send statistics (newsletter open rate, click rate, etc) by email') %>
|
||||||
</label>
|
</label>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
<%= __('Enter the email address that should receive your newsletter’s stats 24 hours after it has been sent.') %>
|
<%= _x(
|
||||||
|
'Enter the email address that should receive your newsletter’s stats 24 hours after it has been sent, or every first Monday of the month for Welcome Emails and WooCommerce emails.',
|
||||||
|
'Please reuse the current translations of “Welcome Emails”'
|
||||||
|
) %>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="checkbox"
|
||||||
name="stats_notifications[enabled]"
|
name="stats_notifications[enabled]"
|
||||||
value="1"
|
value="1"
|
||||||
<% if(settings.stats_notifications.enabled) %>
|
<% if(settings.stats_notifications.enabled) %>
|
||||||
checked
|
checked
|
||||||
<% endif %>
|
<% endif %>
|
||||||
/><%= __('Yes') %>
|
/><%= __('Newsletters and Post Notifications') %>
|
||||||
</label>
|
</label>
|
||||||
|
<br>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="checkbox"
|
||||||
name="stats_notifications[enabled]"
|
name="stats_notifications[automated]"
|
||||||
value=""
|
value=""
|
||||||
<% if not(settings.stats_notifications.enabled) %>
|
<% if settings.stats_notifications.automated %>
|
||||||
checked
|
checked
|
||||||
<% endif %>
|
<% endif %>
|
||||||
><%= __('No') %>
|
><%= _x('Welcome Emails and WooCommerce emails', 'Please reuse the current translations of “Welcome Emails”') %>
|
||||||
</label>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="email"
|
<input type="email"
|
||||||
|
Reference in New Issue
Block a user