Skip to content

Commit

Permalink
update the qr error message (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 authored Sep 14, 2023
1 parent 68330b5 commit a4fffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/QRScan/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default function QRScanPage({ navigation, route }: TQRScanPageProps) {
}

} catch (e) {
openPromptAutoClose({ msg: t('unknownType') + data })
openPromptAutoClose({ msg: t('unknownType') + ` "${data}"` })
}
}

Expand Down

0 comments on commit a4fffbd

Please sign in to comment.