Skip to content

Commit

Permalink
Merge pull request #423 from magento-frontend/MAGETWO-58802
Browse files Browse the repository at this point in the history
Bug - P3

MAGETWO-58802 
- The dot is missed at the end of success message if Merchant moves the Category
  • Loading branch information
VladimirZaets authored Sep 26, 2016
2 parents a3adb88 + b2fcaba commit c5d04c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function execute()
}

if (!$error) {
$this->messageManager->addSuccess(__('You moved the category'));
$this->messageManager->addSuccess(__('You moved the category.'));
}

$block->setMessages($this->messageManager->getMessages(true));
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Categories,Categories
"Category is not available for requested store.","Category is not available for requested store."
"There was a category move error.","There was a category move error."
"There was a category move error. %1","There was a category move error. %1"
"You moved the category","You moved the category"
"You moved the category.","You moved the category."
"Attribute ""%1"" is required.","Attribute ""%1"" is required."
"You saved the category.","You saved the category."
"Something went wrong while saving the category.","Something went wrong while saving the category."
Expand Down

0 comments on commit c5d04c6

Please sign in to comment.