Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 186dbc65 authored by joshmccloskey's avatar joshmccloskey Committed by Joshua Mccloskey
Browse files

Changed string for translations.

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

Change-Id: Ieebb2ec15cf5cff2afcfefcb130193bdce6086fe
parent acde97cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
            final RequireScrollMixin requireScrollMixin = getLayout().getMixin(
                    RequireScrollMixin.class);
            requireScrollMixin.requireScrollWithButton(this, agreeButton,
                    R.string.sud_more_button_label,
                    R.string.wifi_more,
                    button -> {
                        onNextButtonClick(button);
                    });