Merge "Update button string to "Start"" into qt-dev am: 9a252aa6b5

am: 815e1912bf

Change-Id: I743bfbb262a6f0f3e0f249beff06aabe21478f12
This commit is contained in:
Kevin Chyn
2019-05-13 23:02:01 -07:00
committed by android-build-merger
2 changed files with 3 additions and 1 deletions

View File

@@ -99,7 +99,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)