diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/setting/PreferenceDSL.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/setting/PreferenceDSL.kt
index 6af7ff7731..cba1aa73bd 100644
--- a/app/src/main/java/eu/kanade/tachiyomi/ui/setting/PreferenceDSL.kt
+++ b/app/src/main/java/eu/kanade/tachiyomi/ui/setting/PreferenceDSL.kt
@@ -205,7 +205,7 @@ fun SwitchPreferenceCompat.requireAuthentication(
) {
onPreferenceChangeListener = Preference.OnPreferenceChangeListener { _, newValue ->
newValue as Boolean
- if (newValue && activity != null && context.isAuthenticationSupported()) {
+ if (activity != null && context.isAuthenticationSupported()) {
activity.startAuthentication(
title,
subtitle,
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 240f89d7ce..2fdb1ba364 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -40,7 +40,7 @@
Unlock to access Library
Unlock
- Lock with biometrics
+ Require unlock
Lock when idle
@@ -512,7 +512,7 @@
- %1$d pages
- - Skipping 1 chapter, either the source is missing it or it has been filtered out
+ - Skipping %d chapter, either the source is missing it or it has been filtered out
- Skipping %d chapters, either the source is missing them or they have been filtered out