Skip to content

Commit

Permalink
PM-10616 update copy to match design (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
dseverns-livefront authored Sep 27, 2024
1 parent aa6762d commit 72cb991
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 @@ -420,7 +420,7 @@ private fun ReceiveMarketingEmailsSwitch(

@Suppress("MaxLineLength")
val annotatedLinkString = createAnnotatedString(
mainString = stringResource(id = R.string.get_advice_announcements_and_research_opportunities_from_bitwarden_in_your_inbox_unsubscribe_any_time),
mainString = stringResource(id = R.string.get_emails_from_bitwarden_for_announcements_advices_and_research_opportunities_unsubscribe_any_time),
highlights = listOf(unsubscribeString),
tag = TAG_URL,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class StartRegistrationScreenTest : BaseComposeTest() {
fun `when unsubscribe custom action invoked should send UnsubscribeMarketingEmailsClick`() {
@Suppress("MaxLineLength")
composeTestRule
.onNodeWithText("Get advice, announcements, and research opportunities from Bitwarden in your inbox. Unsubscribe at any time.")
.onNodeWithText("Get emails from Bitwarden for announcements, advice, and research opportunities. Unsubscribe at any time.")
.performCustomAccessibilityAction("Unsubscribe")

verify { viewModel.trySendAction(StartRegistrationAction.UnsubscribeMarketingEmailsClick) }
Expand Down

0 comments on commit 72cb991

Please sign in to comment.