Skip to content

Commit

Permalink
closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed May 4, 2017
1 parent d013f84 commit db21355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Stores/Edit/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function _construct()
parent::_construct();
$this->setId('stores_edit_tabs');
$this->setDestElementId('edit_form');
$this->setTitle(__('Mailchimp Store Information'));
$this->setTitle(__('MailChimp Store Information'));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Stores/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function execute()
/** @var \Magento\Backend\Model\View\Result\Page $resultPage */
$resultPage = $this->_resultPageFactory->create();
$resultPage->setActiveMenu('Ebizmarts_MailChimp::main_menu');
$resultPage->getConfig()->getTitle()->prepend(__('Mailchimp Store'));
$resultPage->getConfig()->getTitle()->prepend(__('MailChimp Store'));

return $resultPage;
}
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/ui_component/mailchimp_stores_grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<item name="buttons" xsi:type="array">
<item name="add" xsi:type="array">
<item name="name" xsi:type="string">add</item>
<item name="label" xsi:type="string" translate="true">Create New Mailchimp Store</item>
<item name="label" xsi:type="string" translate="true">Create New MailChimp Store</item>
<item name="class" xsi:type="string">primary</item>
<item name="url" xsi:type="string">mailchimp/stores/edit</item>
</item>
Expand Down

0 comments on commit db21355

Please sign in to comment.