Update missing password manager dialog copy.

Updates the copy of the dialog that shows when attempting to save a backup key, but there is no credential manager configured on the device that supports saving passwords.
This commit is contained in:
jeffrey-signal
2025-06-03 10:32:51 -04:00
committed by Cody Henthorne
parent d6dd2cc633
commit 17bfb118d8
2 changed files with 3 additions and 5 deletions

View File

@@ -8300,11 +8300,9 @@
<!-- 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">Password Manager Unavailable</string>
<string name="MessageBackupsKeyRecordScreen__missing_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">Unable to save your backup key. Check your device settings to install or enable a compatible password manager.</string>
<!-- Action button to dismiss a pop up dialog. -->
<string name="MessageBackupsKeyRecordScreen__dismiss">Dismiss</string>
<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>
<!-- Action button label -->
<string name="MessageBackupsKeyRecordScreen__next">Next</string>
<!-- Bottom sheet title -->