Added new string.

Fixes: 141762646
Test: Verified that string translates to spanish after changing
the language.

Change-Id: I48e34de15460c93c8f50d26821c4d64984f20c6d
This commit is contained in:
joshmccloskey
2019-09-27 15:09:05 -07:00
committed by Joshua Mccloskey
parent 186dbc65af
commit 4259495574
2 changed files with 3 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
RequireScrollMixin.class);
requireScrollMixin.requireScrollWithButton(this, agreeButton,
R.string.wifi_more,
R.string.security_settings_face_enroll_introduction_more,
button -> {
onNextButtonClick(button);
});