Skip to content

Commit 65c7587

Browse files
committed
MAGETWO-72625: [2.3] - Translations from theme do not work(Authorize.net)
1 parent 13cefa7 commit 65c7587

File tree

2 files changed

+6
-6
lines changed
  • dev/tests/integration/testsuite/Magento

2 files changed

+6
-6
lines changed

dev/tests/integration/testsuite/Magento/Framework/TranslateTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ public function translateDataProvider()
136136
'Phrase in Magento_Catalog module that doesn\'t need translation',
137137
],
138138
[
139-
'Magento_Store module phrase will be overriden by theme translation',
140-
'Magento_Store module phrase is overriden by theme translation',
139+
'Magento_Store module phrase will be overridden by theme translation',
140+
'Magento_Store module phrase is overridden by theme translation',
141141
],
142142
[
143-
'Magento_Catalog module phrase will be overriden by theme translation',
144-
'Magento_Catalog module phrase is overriden by theme translation',
143+
'Magento_Catalog module phrase will be overridden by theme translation',
144+
'Magento_Catalog module phrase is overridden by theme translation',
145145
],
146146
];
147147
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"Theme phrase will be translated","Theme phrase is translated"
2-
"Magento_Catalog module phrase will be overriden by theme translation","Magento_Catalog module phrase is overriden by theme translation"
3-
"Magento_Store module phrase will be overriden by theme translation","Magento_Store module phrase is overriden by theme translation"
2+
"Magento_Catalog module phrase will be overridden by theme translation","Magento_Catalog module phrase is overridden by theme translation"
3+
"Magento_Store module phrase will be overridden by theme translation","Magento_Store module phrase is overridden by theme translation"

0 commit comments

Comments
 (0)