Change form editor page title, swap "New" to "Add New"
This commit is contained in:
@ -169,7 +169,7 @@ class Menu {
|
||||
|
||||
add_submenu_page(
|
||||
true,
|
||||
$this->setPageTitle(__('Form')),
|
||||
$this->setPageTitle(__('Form Editor')),
|
||||
__('Form Editor'),
|
||||
'manage_options',
|
||||
'mailpoet-form-editor',
|
||||
|
@ -53,6 +53,6 @@
|
||||
'duplicate': __('Duplicate'),
|
||||
'formDuplicated': __('Form "%$1s" has been duplicated'),
|
||||
'trash': __('Trash'),
|
||||
'new': __('New'),
|
||||
'new': __('Add New'),
|
||||
}) %>
|
||||
<% endblock %>
|
||||
|
@ -85,7 +85,7 @@
|
||||
'sentToXSubscribers': __('Sent to %$1d subscribers'),
|
||||
'resume': __('Resume'),
|
||||
'pause': __('Pause'),
|
||||
'new': __('New'),
|
||||
'new': __('Add New'),
|
||||
|
||||
'templateFileMalformedError': __('This template file appears to be damaged. Please try another one.'),
|
||||
'importTemplateTitle': __('Import a template'),
|
||||
|
@ -44,7 +44,7 @@
|
||||
'readMore': __('Read More'),
|
||||
'listSynchronized': __('List "%$1s" has been synchronized'),
|
||||
'viewSubscribers': __('View Subscribers'),
|
||||
'new': __('New'),
|
||||
'new': __('Add New'),
|
||||
'edit': __('Edit'),
|
||||
'trash': __('Trash'),
|
||||
'emptyTrash': __('Empty Trash'),
|
||||
|
@ -84,7 +84,7 @@
|
||||
'year': __('Year'),
|
||||
'month': __('Month'),
|
||||
'day': __('Day'),
|
||||
'new': __('New'),
|
||||
'new': __('Add New'),
|
||||
'import': __('Import'),
|
||||
'export': __('Export'),
|
||||
'save': __('Save'),
|
||||
|
Reference in New Issue
Block a user