mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
PM-26912: Update copy for authenticator security (#6045)
Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com>
This commit is contained in:
parent
8f3f1fa3ba
commit
71e830bb09
@ -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) {
|
||||
|
||||
@ -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 device’s lock method to unlock the app</string>
|
||||
</resources>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user