mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-13 17:23:56 +01:00
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:
committed by
Cody Henthorne
parent
d6dd2cc633
commit
17bfb118d8
+1
-1
@@ -218,7 +218,7 @@ fun MessageBackupsKeyRecordScreen(
|
||||
Dialogs.SimpleMessageDialog(
|
||||
title = stringResource(R.string.MessageBackupsKeyRecordScreen__missing_password_manager_title),
|
||||
message = stringResource(R.string.MessageBackupsKeyRecordScreen__missing_password_manager_message),
|
||||
dismiss = stringResource(R.string.MessageBackupsKeyRecordScreen__dismiss),
|
||||
dismiss = stringResource(android.R.string.ok),
|
||||
onDismiss = { onSaveToPasswordManagerComplete(CredentialManagerResult.UserCanceled) }
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user