diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx index 83670fc1..d3c8a37f 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx @@ -166,7 +166,7 @@ export default function IndicatorOptions({ productInfo?.prdtDesc && - descriptionClick("DESCRIPTION", productInfo?.prdtDesc) + descriptionClick($L("DESCRIPTION"), productInfo?.prdtDesc) } className={!productInfo?.prdtDesc && css.buttonDisable} spotlightDisabled={!productInfo?.prdtDesc} @@ -183,7 +183,7 @@ export default function IndicatorOptions({ productInfo?.prdtDesc && - descriptionClick("DESCRIPTION", productInfo?.prdtDesc) + descriptionClick($L("DESCRIPTION"), productInfo?.prdtDesc) } className={!productInfo?.prdtDesc && css.buttonDisable} spotlightDisabled={!productInfo?.prdtDesc} @@ -195,7 +195,7 @@ export default function IndicatorOptions({ onClick={() => productInfo?.prodRtunIntchDescCtntc && descriptionClick( - "RETURNS & EXCHANGES", + $L("RETURNS & EXCHANGES"), productInfo?.prodRtunIntchDescCtntc ) }