diff options
-rw-r--r-- | src/main/res/values-de/strings.xml | 2 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index 8bf2947f8..d00eeecd7 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -678,6 +678,6 @@ <string name="use_camera_icon_to_scan_barcode">Nutze Kamera, um Barcodes deiner Kontakte zu scannen</string> <string name="verified_fingerprints">Überprüfte Fingerabdrücke</string> <string name="invalid_barcode">Barcode ungültig</string> - <string name="verify_with_qr_code">Fingerabdruck mit Barcode verifizieren</string> + <string name="verify_with_qr_code">mit Barcode verifizieren</string> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 2ee3f372a..d7e1e93a7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -723,5 +723,5 @@ <string name="pref_blind_trust_before_verification_summary">Automatically trust all new devices from contacts that haven\'t been verified before.</string> <string name="not_trusted">Untrusted</string> <string name="invalid_barcode">Invalid barcode</string> - <string name="verify_with_qr_code">verify fingerprint with barcode</string> + <string name="verify_with_qr_code">verify with barcode</string> </resources> |