diff --git a/web/src/components/scan/QRCodeDrawer.tsx b/web/src/components/scan/QRCodeDrawer.tsx
index fd3b1a0..6f65f92 100644
--- a/web/src/components/scan/QRCodeDrawer.tsx
+++ b/web/src/components/scan/QRCodeDrawer.tsx
@@ -38,6 +38,9 @@ export const QRCodeDrawer = () => {
}}
onCameraAccessFail={() => console.log("oh no, no camera :(")}
/>
+
+ {t("scanQRDrawer.nativeCameraHint")}
+
{t("close")}
diff --git a/web/src/i18n/en.json b/web/src/i18n/en.json
index dac08c8..8c61ebe 100644
--- a/web/src/i18n/en.json
+++ b/web/src/i18n/en.json
@@ -97,7 +97,8 @@
"scanQRCode": "Scan a QR code",
"scanQRDrawer": {
"description": "Add a stamp in your collection by scanning the QR code showed to you by the artist!",
- "title": "Scan a QR Code"
+ "title": "Scan a QR Code",
+ "nativeCameraHint": "If you're experiencing issues, please try using your device's Camera app to scan the QR code."
},
"scanThisQR": "Scan this QR code to get the stamp!",
"settings": {
diff --git a/web/src/i18n/fr.json b/web/src/i18n/fr.json
index f7799f0..9e591bc 100644
--- a/web/src/i18n/fr.json
+++ b/web/src/i18n/fr.json
@@ -97,7 +97,8 @@
"scanQRCode": "Scanner un QR code",
"scanQRDrawer": {
"description": "Ajoutez un tampon dans votre collection en scannant le code fourni par l'artiste !",
- "title": "Scannez un QR Code"
+ "title": "Scannez un QR Code",
+ "nativeCameraHint": "En cas de difficultés, vous pouvez utiliser l'application Caméra de votre appareil pour tenter de scanner le QR code."
},
"scanThisQR": "Scannez ce QR pour récupérer le tampon !",
"settings": {