File tree 2 files changed +2
-2
lines changed
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $categoryId = $block->getCategoryId();
54
54
55
55
<div data-id="information-dialog-category" class="messages admin__scope" style="display: none;">
56
56
<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>
58
58
</div>
59
59
</div>
60
60
Original file line number Diff line number Diff line change 32
32
33
33
<div data-id="information-dialog-tree" class="messages admin__scope" style="display: none;">
34
34
<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>
36
36
</div>
37
37
</div>
38
38
<!--[if IE]>
You can’t perform that action at this time.
0 commit comments