Merge pull request #231 from mailpoet/newsletters_select_all_fix
fixed missing messages in newsletters listing
This commit is contained in:
@ -7,7 +7,11 @@
|
||||
'pageTitle': __('Newsletters'),
|
||||
'searchLabel': __('Search'),
|
||||
'loadingItems': __('Loading newsletters...'),
|
||||
'noItemsFound': __('No newsletters found.')
|
||||
'noItemsFound': __('No newsletters found.'),
|
||||
'selectAllLabel': __('All newsletters on this page are selected.'),
|
||||
'selectedAllLabel': __('All %d newsletters are selected.'),
|
||||
'selectAllLink': __('Select all pages.'),
|
||||
'clearSelection': __('Clear selection.')
|
||||
}) %>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user