Collapse the recovery passphrase strength labels to five tiers

Adopt the design feedback from element-meta#3228: drop the time-to-crack
hint strings and reduce the strength labels to Very weak / Weak / Moderate /
Strong / Very strong. Bumps the enterprise submodule to the matching
indicator change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jenna Vassar
2026-06-11 14:39:58 -07:00
parent 259ff44897
commit cc9d787602
2 changed files with 4 additions and 15 deletions
@@ -9,28 +9,17 @@
<string name="pro_screen_recovery_key_mode_input_description">Choose a recovery key that you can memorize.</string>
<string name="pro_screen_recovery_key_mode_confirm_title">Confirm your recovery key</string>
<string name="pro_screen_recovery_key_mode_confirm_description">Enter your recovery key again.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_field_footer">Minimum %1$s characters</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_field_footer">Minimum %1$s characters. Do not use your account password</string>
<string name="pro_screen_recovery_key_mode_confirm_finish_button">Finish setup</string>
<string name="pro_screen_recovery_key_mode_success_title">Your backup is now fully set up</string>
<string name="pro_screen_recovery_key_mode_success_description">You can use your recovery key to confirm new devices or restore your encrypted chats if you lose access to all your devices.</string>
<string name="pro_screen_recovery_key_mode_success_settings_hint">To change your recovery key, go to Settings → Encryption → Backup</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_base">Strength</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_garbage">Garbage</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_very_weak">Very weak</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_weak">Weak</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_moderate">Moderate</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_okay">Okay</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_strong">Strong</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_very_strong">Very Strong</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_ultra_strong">Super Strong</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_mega">Ideal</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_garbage">Cracking would take roughly milliseconds.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_weak">Cracking would take roughly minutes to months.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_moderate">Cracking would take roughly years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_okay">Cracking would take roughly hundreds of years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_strong">Cracking would take roughly billions of years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_very_strong">Cracking would take roughly trillions of years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_ultra_strong">Cracking would take roughly quadrillions of years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_hint_mega">Cracking would take roughly quintillions of years.</string>
<string name="pro_screen_recovery_key_mode_input_passphrase_strength_label_very_strong">Very strong</string>
<string name="pro_screen_recovery_key_mode_custom_mismatch">The recovery key you entered doesn\'t match</string>
<string name="a11y_recovery_key_custom_strength_announcement">Passphrase strength: %1$s</string>
<string name="a11y_recovery_key_loading_specs">Loading recovery key requirements</string>