From 17bfb118d8e2c3f460b24eb6251f1c4b861af22a Mon Sep 17 00:00:00 2001 From: jeffrey-signal Date: Tue, 3 Jun 2025 10:32:51 -0400 Subject: [PATCH] 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. --- .../v2/ui/subscription/MessageBackupsKeyRecordScreen.kt | 2 +- app/src/main/res/values/strings.xml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/backup/v2/ui/subscription/MessageBackupsKeyRecordScreen.kt b/app/src/main/java/org/thoughtcrime/securesms/backup/v2/ui/subscription/MessageBackupsKeyRecordScreen.kt index 441693f7a0..a9d9482a00 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/backup/v2/ui/subscription/MessageBackupsKeyRecordScreen.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/backup/v2/ui/subscription/MessageBackupsKeyRecordScreen.kt @@ -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) } ) } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2a2c32d993..1894fbaadb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -8300,11 +8300,9 @@ Saved to your password manager - Password Manager Unavailable + Can\'t save to password manager - Unable to save your backup key. Check your device settings to install or enable a compatible password manager. - - Dismiss + You don\'t have a password manager set up, or the password manager you\'re using isn\'t supported. Next