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

This commit is contained in:
Treehugger Robot
2024-02-29 04:58:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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