Skip to content

Commit c313041

Browse files
committed
Change wording for long operation warning
1 parent 8e9035c commit c313041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $categoryId = $block->getCategoryId();
5454

5555
<div data-id="information-dialog-category" class="messages admin__scope" style="display: none;">
5656
<div class="message message-notice">
57-
<div><?php echo __('This operation can take much time'); ?></div>
57+
<div><?php echo __('This operation can take a long time'); ?></div>
5858
</div>
5959
</div>
6060

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div data-id="information-dialog-tree" class="messages admin__scope" style="display: none;">
3434
<div class="message message-notice">
35-
<div><?php echo __('This operation can take much time'); ?></div>
35+
<div><?php echo __('This operation can take a long time'); ?></div>
3636
</div>
3737
</div>
3838
<!--[if IE]>

0 commit comments

Comments
 (0)