update nfc alert message

This commit is contained in:
ppc
2025-07-29 15:55:12 +01:00
parent d708c6e2c5
commit 5dc7880c58
+1 -1
View File
@@ -50,7 +50,7 @@ export async function felicaCardReadAsync(): Promise<ICCard | null> {
await NfcManager.requestTechnology(NfcTech.FelicaIOS, {
isReaderModeEnabled: true,
invalidateAfterFirstRead: false,
alertMessage: "Place an Amusement IC or Transport card on your device."
alertMessage: "Hold an Amusement IC or Transport card to the top of your phone to scan it."
});
const tag = await NfcManager.getTag();