diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json index 2146109f..56c16024 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -232,7 +232,7 @@ "OPTION": "(need for transfer)OPTION", "There are no themes available": "Es sind keine Artikel verfügbar", "The event information has not been registered": "(need for transfer) The event information has not been registered", - "Scan QR": "QR-Code scannen", + "Scan QR": "QR-Code \nscannen", "with your phone, Check Product": "mit Ihrem Handy, Produkt prüfen", "info & Purchase easily": "Informationen & Einkauf leicht gemacht" } diff --git a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx index b94b2cf7..ae01165a 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx @@ -315,11 +315,11 @@ export default function UnableOption({ if (isShowQRCode) { timerRef.current = setTimeout(() => { setIsShowQRCode(false); - }, 10000); + }, 0); } else { timerRef.current = setTimeout(() => { setIsShowQRCode(true); - }, 5000); + }, 100000); } };