diff --git a/com.twin.app.shoptime/resources/en/GB/strings.json b/com.twin.app.shoptime/resources/en/GB/strings.json index 71a8e45f..3ddef74e 100644 --- a/com.twin.app.shoptime/resources/en/GB/strings.json +++ b/com.twin.app.shoptime/resources/en/GB/strings.json @@ -209,5 +209,6 @@ "Use search above to find past orders.": "Use search above to find past orders.", "LIVE CHAT": "LIVE CHAT", "Now Playing": "Now Playing", - "You may also like": "You may also like" + "You may also like": "You may also like", + "No Livestream scheduled yet": "No Livestream scheduled yet" } diff --git a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx index c7f4a028..2930694a 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx @@ -69,7 +69,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) { (state) => state.common.appStatus.webOSVersion ); - console.log("#webOSVersion", webOSVersion); const dispatch = useDispatch(); const shopByMobileLogRef = useRef(null);