Update confirm button label
Test: Existing tests pass Bug: 65123475 Change-Id: Ib730507db54fe2bab881fa040ead737c6736ee1a
This commit is contained in:
@@ -1379,8 +1379,8 @@
|
|||||||
<string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence
|
<string name="lockpassword_pin_no_sequential_digits">Ascending, descending, or repeated sequence
|
||||||
of digits isn\'t allowed</string>
|
of digits isn\'t allowed</string>
|
||||||
|
|
||||||
<!-- Label for ChoosePassword/PIN OK button -->
|
<!-- Label for Confirm button when entering PIN / password the second time. [CHAR LIMIT=30] -->
|
||||||
<string name="lockpassword_ok_label">OK</string>
|
<string name="lockpassword_confirm_label">Confirm</string>
|
||||||
|
|
||||||
<!-- Label for ChoosePassword/PIN OK button -->
|
<!-- Label for ChoosePassword/PIN OK button -->
|
||||||
<string name="lockpassword_cancel_label">Cancel</string>
|
<string name="lockpassword_cancel_label">Cancel</string>
|
||||||
|
@@ -267,7 +267,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
R.string.lockpassword_ok_label),
|
R.string.lockpassword_confirm_label),
|
||||||
|
|
||||||
ConfirmWrong(
|
ConfirmWrong(
|
||||||
R.string.lockpassword_confirm_passwords_dont_match,
|
R.string.lockpassword_confirm_passwords_dont_match,
|
||||||
|
Reference in New Issue
Block a user