Update button string to "Start"

Fixes: 132648319

Test: Builds
Change-Id: I05fa1a8d4d24d5ebef95588df64442718bf42c99
This commit is contained in:
Kevin Chyn
2019-05-13 18:23:22 -07:00
parent 7ac16f152e
commit 200dd1b8b3
2 changed files with 3 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
);
final FooterButton footerButton = new FooterButton.Builder(this)
.setText(R.string.wizard_next)
.setText(R.string.security_settings_face_enroll_education_start)
.setListener(this::onNextButtonClick)
.setButtonType(FooterButton.ButtonType.NEXT)
.setTheme(R.style.SudGlifButton_Primary)