Skip to content

Commit

Permalink
BITAU-76 Update copy on download Bitwarden action card (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaisting-livefront authored Oct 30, 2024
1 parent 5de6dc3 commit c0abc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<string name="import_bitwarden_unsupported_format">Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.</string>
<string name="download_bitwarden_card_title">Download the Bitwarden app</string>
<string name="download_bitwarden_card_message">Store all of your logins and sync verification codes directly with the Authenticator app.</string>
<string name="download">Download</string>
<string name="download_now">Download now</string>
<string name="sync_with_bitwarden_app">Sync with Bitwarden app</string>
<string name="shared_codes_error">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.</string>
<string name="shared_accounts_header">%1$s | %2$s</string>
Expand Down

0 comments on commit c0abc1d

Please sign in to comment.