diff options
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/ids.xml | 1 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml index 7daad46d..142e4d66 100644 --- a/src/main/res/values/ids.xml +++ b/src/main/res/values/ids.xml @@ -2,4 +2,5 @@ <resources> <item type="id" name="TAG_ACCOUNT"/> <item type="id" name="TAG_FINGERPRINT"/> + <item type="id" name="TAG_FINGERPRINT_STATUS"/> </resources>
\ No newline at end of file diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index d4dc946f..352180d2 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -714,4 +714,5 @@ <string name="pref_blind_trust_before_verification_summary">Automatically trust all new devices of contacts that haven’t been verified before, and prompt for manual confirmation each time a verified contact adds a new device.</string> <string name="blindly_trusted_omemo_keys">Blindly trusted OMEMO keys</string> <string name="not_trusted">Untrusted</string> + <string name="invalid_barcode">Invalid 2D barcode</string> </resources> |