PM-27153: Update copy in Authenticator app (#6061)

This commit is contained in:
David Perez
2025-10-21 16:06:08 +00:00
committed by GitHub
parent 0482f9eb4d
commit ae4b398258
3 changed files with 4 additions and 3 deletions
@@ -117,7 +117,7 @@ fun UnlockScreen(
)
Spacer(modifier = Modifier.height(32.dp))
BitwardenFilledButton(
label = stringResource(id = BitwardenString.use_biometrics_to_unlock),
label = stringResource(id = BitwardenString.unlock),
onClick = {
biometricsManager.promptBiometrics(
onSuccess = onBiometricsUnlock,
@@ -90,7 +90,7 @@ class BiometricsManagerImpl(
val promptInfo = BiometricPrompt.PromptInfo.Builder()
.setTitle(activity.getString(BitwardenString.bitwarden_authenticator))
.setDescription(activity.getString(BitwardenString.biometrics_direction))
.setDescription(activity.getString(BitwardenString.device_verification))
.setAllowedAuthenticators(allowedAuthenticators)
.build()
+2 -1
View File
@@ -376,6 +376,7 @@ Scanning will happen automatically.</string>
<string name="download">Download</string>
<string name="login_expired">Your login session has expired.</string>
<string name="biometrics_direction">Biometric verification</string>
<string name="device_verification">Device verification</string>
<string name="biometrics_failed">Biometrics Failed</string>
<string name="biometrics_decoding_failure">Log in with your Master Password or PIN then re-enable biometric login in Settings.</string>
<string name="use_biometrics_to_unlock">Use biometrics to unlock</string>
@@ -1049,7 +1050,7 @@ Do you want to switch to this account?</string>
<string name="learn_more_link"><annotation link="learnMore">Learn more</annotation></string>
<string name="shared_codes_error">Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.</string>
<string name="sync_with_the_bitwarden_app">Sync with the Bitwarden app</string>
<string name="sync_with_bitwarden_action_card_message">In order to view all of your verification codes, youll need to allow for syncing on all of your accounts.</string>
<string name="sync_with_bitwarden_action_card_message">Allow Authenticator app syncing in settings to view all of your verification codes here.</string>
<string name="take_me_to_app_settings">Take me to the app settings</string>
<string name="something_went_wrong">Something went wrong</string>
<string name="please_try_again">Please try again</string>