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

Commit f0e052dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use correct string res for FaceEnrollIntroduction#getAgreeButtonTextRes" into main

parents f27877d1 c09f75b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
    @Override
    @StringRes
    protected int getAgreeButtonTextRes() {
        return R.string.security_settings_fingerprint_enroll_introduction_agree;
        return R.string.security_settings_face_enroll_introduction_agree;
    }

    @Override