Skip to content

Commit 51e0867

Browse files
committed
Fix typo in design rule hint message
1 parent cc71ccf commit 51e0867

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/view/adminhtml/web/template/dynamic-rows

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/web/template/dynamic-rows/grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<div class="messages">
8686
<div class="message message-notice notice">
8787
<span
88-
translate="'Search strings are either normal strings or regular exceptions (PCRE). They are matched in the same order as entered.'"></span>
88+
translate="'Search strings are either normal strings or regular expressions (PCRE). They are matched in the same order as entered.'"></span>
8989
<br>
9090
<span
9191
translate="'Examples'"></span>:

0 commit comments

Comments
 (0)