Improve backup key password manager save error handling.

- Add "go to settings" button to missing credential manager error dialog.
- Add handling for disabled password manager save prompt on Android API <= 33.
This commit is contained in:
jeffrey-signal
2025-06-27 09:42:32 -04:00
committed by Greyson Parrelli
parent 0a17cd1c99
commit fdf1238905
5 changed files with 97 additions and 13 deletions

View File

@@ -8360,10 +8360,14 @@
<string name="MessageBackupsKeyRecordScreen__confirm_save_to_password_manager_body">Only store your backup key in a password manager that you trust is secure. Signal does not make a recommendation on which password manager is right for you.</string>
<!-- Message shown after the backup key is successfully saved to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__save_to_password_manager_success">Saved to your password manager</string>
<!-- Dialog title shown when there is an error saving the backup key because no compatible password manager was detected. -->
<string name="MessageBackupsKeyRecordScreen__missing_password_manager_title">Can\'t save to password manager</string>
<!-- Dialog title shown when there is an error saving the backup key to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__cant_save_to_password_manager_title">Can\'t save to password manager</string>
<!-- Dialog message shown when there is an error saving the backup key because no compatible password manager was detected. -->
<string name="MessageBackupsKeyRecordScreen__missing_password_manager_message">You don\'t have a password manager set up, or the password manager you\'re using isn\'t supported.</string>
<!-- Dialog message shown when there is an error saving the backup key because the user previously chose not to save Signal passwords to their password manager. -->
<string name="MessageBackupsKeyRecordScreen__password_save_prompt_disabled_message">You previously chose not to save passwords for Signal to Google Password Manager. In your Google Password Manager settings, remove Signal from \"Declined sites and apps\" and try again.</string>
<!-- Label for a button that navigates to the device settings -->
<string name="MessageBackupsKeyRecordScreen__go_to_settings">Go to settings</string>
<!-- Action button label -->
<string name="MessageBackupsKeyRecordScreen__next">Next</string>
<!-- Bottom sheet title -->