File tree Expand file tree Collapse file tree
main/kotlin/com/x8bit/bitwarden/ui/vault/feature/vault
test/kotlin/com/x8bit/bitwarden/ui/vault/feature/vault Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ private fun ActionCard(
599599 id = BitwardenString
600600 .a_premium_plan_gives_you_more_tools_to_stay_secure_and_in_control,
601601 ),
602- actionText = stringResource(id = BitwardenString .upgrade_to_premium ),
602+ actionText = stringResource(id = BitwardenString .learn_more ),
603603 onActionClick = { vaultHandlers.actionCardClick(actionCardState) },
604604 onDismissClick = { vaultHandlers.dismissActionCardClick(actionCardState) },
605605 modifier = modifier,
Original file line number Diff line number Diff line change @@ -1649,7 +1649,7 @@ class VaultScreenTest : BitwardenComposeTest() {
16491649 .onNodeWithText(text = " Unlock advanced security features" )
16501650 .assertIsDisplayed()
16511651 composeTestRule
1652- .onNodeWithText(text = " Upgrade to Premium " )
1652+ .onNodeWithText(text = " Learn more " )
16531653 .assertIsDisplayed()
16541654 }
16551655
@@ -1661,7 +1661,7 @@ class VaultScreenTest : BitwardenComposeTest() {
16611661 )
16621662
16631663 composeTestRule
1664- .onNodeWithText(text = " Upgrade to Premium " )
1664+ .onNodeWithText(text = " Learn more " )
16651665 .assertIsDisplayed()
16661666 .performClick()
16671667
You can’t perform that action at this time.
0 commit comments