diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e1d6f66099..69d3a7546d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -374,19 +374,19 @@ Scanning will happen automatically.
The accessibility service may be helpful to use when apps do not support the standard autofill service.
Password updated
Updated
- AutoFill activated!
- You must log into the main Bitwarden app before you can use AutoFill.
+ Autofill activated!
+ You must log into the main Bitwarden app before you can use Autofill.
Your logins are now easily accessible right from your keyboard while logging into apps and websites.
- We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.
+ We recommend disabling any other Autofill apps under Settings if you do not plan to use them.
Access your vault directly from your keyboard to quickly autofill passwords.
To set up password autofill on your device, follow these instructions:
1. Go to the iOS \"Settings\" app
2. Tap \"Passwords\"
- 3. Tap \"AutoFill Passwords\"
- 4. Turn on AutoFill
+ 3. Tap \"Autofill Passwords\"
+ 4. Turn on Autofill
5. Select \"Bitwarden\"
Password autofill
- The easiest way to add new logins to your vault is by using the Bitwarden Password AutoFill extension. Learn more about using the Bitwarden Password AutoFill extension by navigating to the \"Settings\" screen.
+ The easiest way to add new logins to your vault is by using the Bitwarden Password Autofill extension. Learn more about using the Bitwarden Password Autofill extension by navigating to the \"Settings\" screen.
Invalid email address.
Cards
Identities
@@ -910,7 +910,7 @@ Do you want to switch to this account?
Get instant access to your passwords and passkeys!
To set up password autofill and passkey management, set Bitwarden as your preferred provider in the iOS Settings.
1. Go to your device\'s Settings > Passwords > Password Options
- 2. Turn on AutoFill
+ 2. Turn on Autofill
3. Select \"Bitwarden\" to use for passwords and passkeys
Your passkey will be saved to your Bitwarden vault
Your passkey will be saved to your Bitwarden vault for %1$s
@@ -979,7 +979,7 @@ Do you want to switch to this account?
Set up unlock later?
You can return to complete this step anytime from Account Security in Settings.
Confirm
- Set up biometrics or choose a PIN code to quickly access your vault and AutoFill your logins.
+ Set up biometrics or choose a PIN code to quickly access your vault and Autofill your logins.
Never lose access to your vault
The best way to make sure you can always access your vault is to set up safeguards from the start.
One of the best ways to create a secure and memorable password is to use a passphrase. \nHere’s how:
@@ -1134,7 +1134,7 @@ Do you want to switch to this account?
Enter the client certificate password and the desired alias for this certificate.
Alias
"Use the generator to create secure passwords, passphrases and usernames. "
- Passphrases are strong passwords that are often easier to remember and type than random passwords. They are helpful for logging into accounts where AutoFill is not available, like a streaming service on your TV.
+ Passphrases are strong passwords that are often easier to remember and type than random passwords. They are helpful for logging into accounts where Autofill is not available, like a streaming service on your TV.
Unique usernames add an extra layer of security and can help prevent hackers from finding your accounts.
1 OF 6
2 OF 6
@@ -1142,6 +1142,6 @@ Do you want to switch to this account?
4 OF 6
5 OF 6
6 OF 6
- Use these options to adjust your password to your account’s requirements.
+ Use these options to adjust your password to meet your account website\'s requirements.
"After you save your new password to Bitwarden, don’t forget to update it on your account website. "
diff --git a/app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/accountsetup/SetupUnlockScreenTest.kt b/app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/accountsetup/SetupUnlockScreenTest.kt
index c93ed7afe9..5426e46f4e 100644
--- a/app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/accountsetup/SetupUnlockScreenTest.kt
+++ b/app/src/test/java/com/x8bit/bitwarden/ui/auth/feature/accountsetup/SetupUnlockScreenTest.kt
@@ -86,7 +86,7 @@ class SetupUnlockScreenTest : BaseComposeTest() {
@Suppress("MaxLineLength")
composeTestRule
.onNodeWithText(
- text = "Set up biometrics or choose a PIN code to quickly access your vault and AutoFill your logins.",
+ text = "Set up biometrics or choose a PIN code to quickly access your vault and Autofill your logins.",
)
.performScrollTo()
.assertExists()