File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Controller/Adminhtml/Category Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function execute()
80
80
}
81
81
82
82
if (!$ error ) {
83
- $ this ->messageManager ->addSuccess (__ ('You moved the category ' ));
83
+ $ this ->messageManager ->addSuccess (__ ('You moved the category. ' ));
84
84
}
85
85
86
86
$ block ->setMessages ($ this ->messageManager ->getMessages (true ));
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Categories,Categories
183
183
"Category is not available for requested store.","Category is not available for requested store."
184
184
"There was a category move error.","There was a category move error."
185
185
"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. "
187
187
"Attribute ""%1"" is required.","Attribute ""%1"" is required."
188
188
"You saved the category.","You saved the category."
189
189
"Something went wrong while saving the category.","Something went wrong while saving the category."
You can’t perform that action at this time.
0 commit comments