From c0abc1d647c0b33d6e94107fb6bd4ce76fa9e7ee Mon Sep 17 00:00:00 2001 From: Andrew Haisting <142518658+ahaisting-livefront@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:06:34 -0500 Subject: [PATCH] BITAU-76 Update copy on download Bitwarden action card (#260) --- .../ui/authenticator/feature/itemlisting/ItemListingScreen.kt | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/itemlisting/ItemListingScreen.kt b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/itemlisting/ItemListingScreen.kt index 7c9373c9e..4dca21b75 100644 --- a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/itemlisting/ItemListingScreen.kt +++ b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/itemlisting/ItemListingScreen.kt @@ -718,7 +718,7 @@ private fun DownloadBitwardenActionCard( modifier = modifier, actionIcon = rememberVectorPainter(R.drawable.ic_bitwarden), actionText = stringResource(R.string.download_bitwarden_card_message), - callToActionText = stringResource(R.string.download), + callToActionText = stringResource(R.string.download_now), titleText = stringResource(R.string.download_bitwarden_card_title), onCardClicked = onDownloadBitwardenClick, trailingContent = { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c8ffeafa4..2f1da0377 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -123,7 +123,7 @@ Importing Bitwarden CSV files is not supported. Try again with an exported JSON file. Download the Bitwarden app Store all of your logins and sync verification codes directly with the Authenticator app. - Download + Download now Sync with Bitwarden app Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app. %1$s | %2$s