Skip to content

Commit

Permalink
simplify message for lack of device support
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 12, 2021
1 parent 106fbd5 commit 4cb1cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">Auditor</string>
<string name="introduction">Two devices are needed to perform verification:\n\n- The device to be verified (Auditee), which needs to be one of the supported devices launched with Android 8.0+.\n\n- An Android 7.0+ device to perform the verification (Auditor).\n\nThe verification process requires sending data between the devices by scanning QR codes.</string>
<string name="unsupported_auditee">Device is not one of the supported models with hardware-based attestation.</string>
<string name="unsupported_auditee">Device is not one of the supported models.</string>
<string name="camera_permission_denied">Camera permission is required to scan QR codes. Please try again.</string>
<string name="auditee_button">Auditee (device being verified)</string>
<string name="auditor_button">Auditor (device performing verification)</string>
Expand Down

0 comments on commit 4cb1cdc

Please sign in to comment.