Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2d71991 authored by Grace Cheng's avatar Grace Cheng
Browse files

Fix co-ex string for face not recognized

Fix co-ex string for BiometricPrompt face not recognized

Flag: None
Fixes: 300855054
Test: (manual) observe fixed string on UI
Change-Id: Iee05ba9e5d24ed01300a3fa007323f75498ed883
parent 4da9a6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1883,7 +1883,7 @@
    <!-- Message shown when UDFPS fails to match -->
    <string name="fingerprint_udfps_error_not_match">Fingerprint not recognized</string>
    <!-- Message shown to inform the user a face cannot be recognized and fingerprint should instead be used.[CHAR LIMIT=50] -->
    <string name="fingerprint_dialog_use_fingerprint_instead">Can\u2019t recognize face. Use fingerprint instead.</string>
    <string name="fingerprint_dialog_use_fingerprint_instead">Face not recognized. Use fingerprint instead.</string>

    <!-- Accessibility message announced when a fingerprint has been authenticated [CHAR LIMIT=NONE] -->
    <string name="fingerprint_authenticated">Fingerprint authenticated</string>