Changed string for translations.
Fixes: 141762646 Test: Verified that string translates to spanish after changing the language. Change-Id: Ieebb2ec15cf5cff2afcfefcb130193bdce6086fe
This commit is contained in:
committed by
Joshua Mccloskey
parent
acde97cf90
commit
186dbc65af
@@ -81,7 +81,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
|||||||
final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
|
final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
|
||||||
RequireScrollMixin.class);
|
RequireScrollMixin.class);
|
||||||
requireScrollMixin.requireScrollWithButton(this, agreeButton,
|
requireScrollMixin.requireScrollWithButton(this, agreeButton,
|
||||||
R.string.sud_more_button_label,
|
R.string.wifi_more,
|
||||||
button -> {
|
button -> {
|
||||||
onNextButtonClick(button);
|
onNextButtonClick(button);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user