PM-26912: Update copy for authenticator security (#6045)

Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com>
This commit is contained in:
David Perez 2025-10-17 08:27:19 -05:00 committed by GitHub
parent 8f3f1fa3ba
commit 71e830bb09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1137,4 +1137,6 @@ Do you want to switch to this account?</string>
<string name="select_a_different_account">Select a different account</string>
<string name="verify_your_account_email_address">Verify your account email address</string>
<string name="enter_the_6_digit_code_that_was_emailed_to_the_address_below">Enter the 6-digit code that was emailed to the address below</string>
<string name="lock_app">Lock app</string>
<string name="use_your_devices_lock_method_to_unlock_the_app">Use your devices lock method to unlock the app</string>
</resources>