diff options
| author | 2019-05-14 13:10:17 -0700 | |
|---|---|---|
| committer | 2019-05-14 13:10:17 -0700 | |
| commit | 9de45baa3ab1934182940b2be3e23111d0b0cb94 (patch) | |
| tree | b6d2f860939b91ca317cbdfff52553a78f2fbb9e | |
| parent | bb0811244dd110c452424be88de37a0aca30a063 (diff) | |
Update acquire string
Fixes: 132404857
Test: Builds
Change-Id: I40a9dee4d203f7c4e2049560fdad2c74958a6dde
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index b07e7ef0bd05..ca90f4326737 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1533,7 +1533,7 @@ <!-- Message shown during face acquisition when only the left part of the user's face was detected [CHAR LIMIT=50] --> <string name="face_acquired_too_left">Move phone to the right.</string> <!-- Message shown during face acquisition when the user is not front facing the sensor [CHAR LIMIT=50] --> - <string name="face_acquired_poor_gaze">Look at the screen with your eyes open.</string> + <string name="face_acquired_poor_gaze">Please look more directly at your device.</string> <!-- Message shown during face acquisition when the user is not detected [CHAR LIMIT=50] --> <string name="face_acquired_not_detected">Can\u2019t see your face. Look at the phone.</string> <!-- Message shown during face acquisition when the device is not steady [CHAR LIMIT=50] --> |