Skip to content

Commit 49692fa

Browse files
committed
ACP2E-682: [Magento Cloud] - Add to cart button translation reverts back to English after clicking
- Fixed the static test failure.
1 parent 73372e8 commit 49692fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Translation/Model/Js/PreProcessor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public function loadTranslationDataBasedOnThemesAndLocales(FallbackContext $cont
113113
{
114114
if (!isset($this->areasThemesLocales[$context->getAreaCode()]
115115
[$context->getThemePath()]
116-
[$context->getLocale()]
117-
)) {
116+
[$context->getLocale()])) {
118117
$this->areasThemesLocales[$context->getAreaCode()]
119118
[$context->getThemePath()]
120119
[$context->getLocale()] = true;

0 commit comments

Comments
 (0)