diff --git a/authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/feature/settings/SettingsScreen.kt b/authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/feature/settings/SettingsScreen.kt index f707bdf9f8..c807fbe93b 100644 --- a/authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/feature/settings/SettingsScreen.kt +++ b/authenticator/src/main/kotlin/com/bitwarden/authenticator/ui/platform/feature/settings/SettingsScreen.kt @@ -447,7 +447,10 @@ private fun UnlockWithBiometricsRow( BitwardenSwitch( modifier = modifier, cardStyle = CardStyle.Top(), - label = stringResource(BitwardenString.unlock_with_biometrics), + label = stringResource(id = BitwardenString.lock_app), + subtext = stringResource( + id = BitwardenString.use_your_devices_lock_method_to_unlock_the_app, + ), isChecked = isChecked || showBiometricsPrompt, onCheckedChange = { toggled -> if (toggled) { diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 4520334153..aa129487c1 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -1137,4 +1137,6 @@ Do you want to switch to this account? Select a different account Verify your account email address Enter the 6-digit code that was emailed to the address below + Lock app + Use your device’s lock method to unlock the app