diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json index 9987e058..a593bc1b 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -208,5 +208,6 @@ "Please select Option": "Bitte wählen Sie OPTIONEN GESAMT aus", "THERE IS NO ORDER HISTORY": "(need for transfer) THERE IS NO ORDER HISTORY", "Use search above to find past orders.": "(need for transfer) Use search above to find past orders.", - "Removed from My Favorites List": "Aus meiner Favoritenliste entfernt" + "Removed from My Favorites List": "Aus meiner Favoritenliste entfernt", + "Watch Live show now?": "(need for transfer) Watch Live show now?" } diff --git a/com.twin.app.shoptime/resources/en/strings.json b/com.twin.app.shoptime/resources/en/strings.json index ab351375..3dc126ef 100644 --- a/com.twin.app.shoptime/resources/en/strings.json +++ b/com.twin.app.shoptime/resources/en/strings.json @@ -212,5 +212,6 @@ "Now Playing": "Now Playing", "You may also like": "You may also like", "No Livestream scheduled yet": "No Livestream scheduled yet", - "Removed from My Favorites List": "Removed from My Favorites List" + "Removed from My Favorites List": "Removed from My Favorites List", + "Watch Live show now?": "Watch Live show now?" } diff --git a/com.twin.app.shoptime/resources/gb/strings.json b/com.twin.app.shoptime/resources/gb/strings.json index d6cd8658..a0dedbd7 100644 --- a/com.twin.app.shoptime/resources/gb/strings.json +++ b/com.twin.app.shoptime/resources/gb/strings.json @@ -212,5 +212,6 @@ "Now Playing": "Now Playing", "You may also like": "You may also like", "No Livestream scheduled yet": "No Livestream scheduled yet", - "Removed from My Favorites List": "Aus meiner Favoritenliste entfernt" + "Removed from My Favorites List": "Aus meiner Favoritenliste entfernt", + "Watch Live show now?": "Watch Live show now?" } diff --git a/com.twin.app.shoptime/resources/ru/strings.json b/com.twin.app.shoptime/resources/ru/strings.json index 6f49f241..890cbf41 100644 --- a/com.twin.app.shoptime/resources/ru/strings.json +++ b/com.twin.app.shoptime/resources/ru/strings.json @@ -208,5 +208,6 @@ "Please select Option": "Пожалуйста, выберите ОПЦИИ, ОБЩАЯ СУММА", "THERE IS NO ORDER HISTORY": "(need for transfer) THERE IS NO ORDER HISTORY", "Use search above to find past orders.": "(need for transfer) Use search above to find past orders.", - "Removed from My Favorites List": "Удалено из Списка Избранного" + "Removed from My Favorites List": "Удалено из Списка Избранного", + "Watch Live show now?": "(need for transfer) Watch Live show now?" } diff --git a/com.twin.app.shoptime/src/actions/mainActions.js b/com.twin.app.shoptime/src/actions/mainActions.js index 7333540b..4c2acce0 100644 --- a/com.twin.app.shoptime/src/actions/mainActions.js +++ b/com.twin.app.shoptime/src/actions/mainActions.js @@ -74,7 +74,9 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => { // second: new Date(testStrtDt).getSeconds(), }, params: { - message: `[${patncNm}] ${showNm}\nWatch Live show now?`, + message: `[${patncNm}] ${showNm}\n${HelperMethods.$L( + "Watch Live show now?" + )}`, buttons: [ { label: HelperMethods.$L("yes"),