Skip to content

Commit b8e7c76

Browse files
⏫ Forwardport of #11390 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11390.patch (created by @jahvi) based on commit(s): 1. 51e0867 Fixed GitHub Issues in 2.3-develop branch: - #8958: Hint mistake in english language (reported by @MighT-W315H31T)
1 parent 8e77e2f commit b8e7c76

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)