Skip to content

Commit 7003b2f

Browse files
committed
MAGETWO-58802: The dot is missed at the end of success message if Merchant moves the Category
1 parent fd12fa9 commit 7003b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Category/Move.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function execute()
8080
}
8181

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

8686
$block->setMessages($this->messageManager->getMessages(true));

app/code/Magento/Catalog/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Categories,Categories
183183
"Category is not available for requested store.","Category is not available for requested store."
184184
"There was a category move error.","There was a category move error."
185185
"There was a category move error. %1","There was a category move error. %1"
186-
"You moved the category","You moved the category"
186+
"You moved the category.","You moved the category."
187187
"Attribute ""%1"" is required.","Attribute ""%1"" is required."
188188
"You saved the category.","You saved the category."
189189
"Something went wrong while saving the category.","Something went wrong while saving the category."

0 commit comments

Comments
 (0)