diff --git a/com.twin.app.shoptime/resources/en/GB/strings.json b/com.twin.app.shoptime/resources/en/GB/strings.json
index 2e3a6481..cd9142c3 100644
--- a/com.twin.app.shoptime/resources/en/GB/strings.json
+++ b/com.twin.app.shoptime/resources/en/GB/strings.json
@@ -148,10 +148,12 @@
"An unknown error has occured.": "An unknown error has occured.",
"LIVE CHANNEL": "LIVE CHANNEL",
"FEATURED SHOWS": "FEATURED SHOWS",
- "Loading Product Details. Please Wait...": "Loading Product Details. Please Wait...",
+ "Details. Please Wait...": "Details. Please Wait...",
"SORRY, NO RESULTS MATCHING YOUR SEARCH": "SORRY, NO RESULTS MATCHING YOUR SEARCH",
"Hot Picks": "Hot Picks",
"Shows": "Shows",
+ "Show": "Show",
+ "Product": "Product",
"Items": "Items",
"Theme Menu": "Theme Menu",
"Your coupon download is complete.": "Your coupon download is complete.",
diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx
index e5f99186..0c622980 100644
--- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx
+++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/FeaturedShowContents.jsx
@@ -8,6 +8,7 @@ import defaultImage from "../../../../../assets/images/img-thumb-empty-144@3x.pn
import { updatePanel } from "../../../../actions/panelActions";
import TVirtualGridList from "../../../../components/TVirtualGridList/TVirtualGridList";
import { panel_names } from "../../../../utils/Config";
+import { $L } from "../../../../utils/helperMethods";
import PlayerItemCard, { TYPES } from "../../PlayerItemCard/PlayerItemCard";
import css from "./LiveChannelContents.module.less";
import PlayerTabLoading from "./PlayerTabLoading";
@@ -82,7 +83,7 @@ export default function FeaturedShowContents({
noScrollByWheel={false}
/>
) : (
-