diff options
| author | 2021-06-24 18:01:45 +0000 | |
|---|---|---|
| committer | 2021-06-24 18:01:45 +0000 | |
| commit | dc56e9eec781b1350f51d3b5b39947223cbf7192 (patch) | |
| tree | ab67343e83b6d103df151f1c81f9e89457cb9637 | |
| parent | 8bfacdf641d5f8ed3bbcdff70cc1e903793082b2 (diff) | |
| parent | b7d22a88f9eaabcddc70b9c0b48baa9ae6ae1ead (diff) | |
Merge "Update strings for the face re-enroll notification" into sc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 302bd94c1973..bcd121a2caa6 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1663,9 +1663,9 @@ <!-- Notification name shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] --> <string name="face_recalibrate_notification_name">Face Unlock</string> <!-- Notification title shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] --> - <string name="face_recalibrate_notification_title">Re-enroll your face</string> + <string name="face_recalibrate_notification_title">Issue with Face Unlock</string> <!-- Notification content shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] --> - <string name="face_recalibrate_notification_content">To improve recognition, please re-enroll your face</string> + <string name="face_recalibrate_notification_content">Tap to delete your face model, then add your face again</string> <!-- Title of a notification that directs the user to set up Face Unlock by enrolling their face. [CHAR LIMIT=NONE] --> <string name="face_setup_notification_title">Set up Face Unlock</string> <!-- Contents of a notification that directs the user to set up face unlock by enrolling their face. [CHAR LIMIT=NONE] --> |