Update confirm button label

Test: Existing tests pass
Bug: 65123475
Change-Id: Ib730507db54fe2bab881fa040ead737c6736ee1a
This commit is contained in:
Maurice Lam
2017-10-18 16:16:35 -07:00
parent 25deda5129
commit ac8024ef44
2 changed files with 3 additions and 3 deletions

View File

@@ -1379,8 +1379,8 @@
<string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence
of digits isn\'t allowed</string>
<!-- Label for ChoosePassword/PIN OK button -->
<string name="lockpassword_ok_label">OK</string>
<!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] -->
<string name="lockpassword_confirm_label">Confirm</string>
<!-- Label for ChoosePassword/PIN OK button -->
<string name="lockpassword_cancel_label">Cancel</string>

View File

@@ -267,7 +267,7 @@ public class ChooseLockPassword extends SettingsActivity {
0,
0,
0,
R.string.lockpassword_ok_label),
R.string.lockpassword_confirm_label),
ConfirmWrong(
R.string.lockpassword_confirm_passwords_dont_match,