diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json
index 57aad78e..e019cc4d 100644
--- a/com.twin.app.shoptime/resources/de/strings.json
+++ b/com.twin.app.shoptime/resources/de/strings.json
@@ -3,7 +3,9 @@
"Exit Shop Time": "Shop Time verlassen",
"This is an unsupported country.": "Nicht unterstütztes Land.",
"Yes": "Ja",
+ "YES": "Ja",
"No": "Nein",
+ "NO": "Nein",
"Remove from Favorite": "Aus meiner Favoritenliste entfernt",
"Add to Favorite": "Zu meiner Favoritenliste hinzugefügt.",
"View More": "Mehr sehen",
@@ -24,6 +26,7 @@
"Failed to sent text to {mobileNumber}": "SMS senden an {mobileNumber} fehlgeschlagen",
"Agree and Send": "Zustimmen und senden",
"Cancel": "Abbrechen",
+ "CANCEL": "Abbrechen",
"OK": "OK",
"SOLD OUT": "Ausverkauft",
"TOP": "TOP",
diff --git a/com.twin.app.shoptime/resources/en/strings.json b/com.twin.app.shoptime/resources/en/strings.json
index 61b93b78..1e9e5209 100644
--- a/com.twin.app.shoptime/resources/en/strings.json
+++ b/com.twin.app.shoptime/resources/en/strings.json
@@ -3,7 +3,9 @@
"Exit Shop Time": "Exit Shop Time",
"This is an unsupported country.": "This is an unsupported country.",
"Yes": "Yes",
+ "YES": "Yes",
"No": "No",
+ "NO": "No",
"Remove from Favorite": "Remove from Favorite",
"Add to Favorite": "Add to Favorite",
"View More": "View More",
@@ -24,6 +26,7 @@
"Failed to sent text to {mobileNumber}": "Failed to sent text to {mobileNumber}",
"Agree and Send": "Agree and Send",
"Cancel": "Cancel",
+ "CANCEL": "Cancel",
"OK": "OK",
"SOLD OUT": "SOLD OUT",
"TOP": "TOP",
diff --git a/com.twin.app.shoptime/resources/gb/strings.json b/com.twin.app.shoptime/resources/gb/strings.json
index 443d64b3..c5d720f1 100644
--- a/com.twin.app.shoptime/resources/gb/strings.json
+++ b/com.twin.app.shoptime/resources/gb/strings.json
@@ -3,7 +3,9 @@
"Exit Shop Time": "Exit Shop Time",
"This is an unsupported country.": "This is an unsupported country.",
"Yes": "Yes",
+ "YES": "Yes",
"No": "No",
+ "NO": "No",
"Remove from Favorite": "Remove from Favorite",
"Add to Favorite": "Add to Favorite",
"View More": "View More",
@@ -24,6 +26,7 @@
"Failed to sent text to {mobileNumber}": "Failed to sent text to {mobileNumber}",
"Agree and Send": "Agree and Send",
"Cancel": "Cancel",
+ "CANCEL": "Cancel",
"OK": "OK",
"SOLD OUT": "SOLD OUT",
"TOP": "TOP",
diff --git a/com.twin.app.shoptime/resources/ru/strings.json b/com.twin.app.shoptime/resources/ru/strings.json
index 91f36657..4f798d41 100644
--- a/com.twin.app.shoptime/resources/ru/strings.json
+++ b/com.twin.app.shoptime/resources/ru/strings.json
@@ -3,7 +3,9 @@
"Exit Shop Time": "Выйти из Shop on TV",
"This is an unsupported country.": "Сервис не поддерживается в данной стране.",
"Yes": "Да",
+ "YES": "Да",
"No": "Нет",
+ "NO": "Нет",
"Remove from Favorite": "Удалить из Избранного",
"Add to Favorite": "Добавить в Избранное",
"View More": "Смотреть ещё",
@@ -24,6 +26,7 @@
"Failed to sent text to {mobileNumber}": "Ошибка при отправке сообщения на {mobileNumber}",
"Agree and Send": "Согласен и отправить",
"Cancel": "Отмена",
+ "CANCEL": "Отмена",
"OK": "OK",
"SOLD OUT": "Продано",
"TOP": "ВВЕРХ",
diff --git a/com.twin.app.shoptime/src/components/TButton/TButton.jsx b/com.twin.app.shoptime/src/components/TButton/TButton.jsx
index 5f5289c9..883ad22e 100644
--- a/com.twin.app.shoptime/src/components/TButton/TButton.jsx
+++ b/com.twin.app.shoptime/src/components/TButton/TButton.jsx
@@ -131,7 +131,7 @@ function TButtonBase({
aria-hidden={ariaHidden}
spotlightDisabled={spotlightDisabled}
>
- {type === "topButton" &&
TOP
}
+ {type === "topButton" && {$L("TOP")}
}
{type !== "topButton" &&
(withMarquee ? (