Files
inji-wallet/screens/VerifyIdentityOverlay.strings.json
2023-03-02 18:30:46 +05:30

12 lines
270 B
JSON

{
"status": {
"verifyingIdentity": "Verifying identity..."
},
"errors": {
"invalidIdentity": {
"title": "Unable to verify identity",
"message": "Face not recognised. Please try again.",
"messageNoRetry": "Face not recognised."
}
}
}