[PM-10618] MP guidance screen with info and clickable card to navigate … (#3697)

This commit is contained in:
Dave Severns
2024-08-08 16:53:56 -04:00
committed by GitHub
parent 722726882b
commit 6bb5ef7417
7 changed files with 457 additions and 0 deletions

View File

@@ -937,4 +937,12 @@ Do you want to switch to this account?</string>
<string name="welcome_message_4">Save unlimited passwords across unlimited devices with Bitwarden mobile, browser, and desktop apps.</string>
<string name="remove_passkey">Remove passkey</string>
<string name="passkey_removed">Passkey removed</string>
<string name="what_makes_a_password_strong">What makes a password strong?</string>
<string name="the_longer_your_password_the_more_difficult_to_hack">The longer your password, the more difficult it is to hack. The minimum for account creation is 12 characters but if you do 14 characters, the time to crack your password would be centuries!</string>
<string name="the_strongest_passwords_are_usually">The strongest passwords are usually:</string>
<string name="twelve_or_more_characters">12 or more characters</string>
<string name="random_and_complex_using_numbers_and_special_characters">Random and complex, using numbers and special characters</string>
<string name="totally_different_from_your_other_passwords">Totally different from your other passwords</string>
<string name="use_the_generator_to_create_a_strong_unique_password">Use the generator to create a strong, unique password</string>
<string name="try_it_out">Try it out</string>
</resources>