QR rolling Text 번역관련 수정

This commit is contained in:
opacity@t-win.kr
2025-08-06 13:29:32 +09:00
parent b7292beccb
commit 6a66ff9bdb

View File

@@ -358,9 +358,9 @@ export default function UnableOption({
) : (
<div className={css.qrRollingWrap}>
<div className={css.innerText}>
<h3>Scan QR</h3>
<p>with your phone, Check Product</p>
<p>info & Purchase easily</p>
<h3>{$L("Scan QR")}</h3>
<p>{$L("with your phone, Check Product")}</p>
<p>{$L("info & Purchase easily")}</p>
</div>
</div>
))}