mirror of
https://github.com/bitwarden/android.git
synced 2026-08-29 10:17:56 -05:00
[PM-36970] fix: Correct Update Payment status description (#6988)
This commit is contained in:
+1
-1
@@ -665,7 +665,7 @@ class PlanScreenTest : BitwardenComposeTest() {
|
||||
}
|
||||
composeTestRule
|
||||
.onNodeWithText(
|
||||
"We couldn’t process your payment. Update your payment before " +
|
||||
"We couldn’t process your payment. Update your payment method before " +
|
||||
"your subscription ends on April 21, 2026.",
|
||||
)
|
||||
.assertTextRangeHasBoldSpan(boldSubstring = "April 21, 2026")
|
||||
|
||||
@@ -1311,7 +1311,7 @@ Do you want to switch to this account?</string>
|
||||
<string name="subscription_pending_cancellation_description">Your subscription is scheduled to cancel on <annotation emphasis="bold"><annotation arg="0">%1$s</annotation></annotation>. You can reinstate it anytime before then.</string>
|
||||
<string name="premium_next_charge_summary">Your next charge is for <annotation emphasis="bold"><annotation arg="0">%1$s</annotation></annotation> USD due on <annotation emphasis="bold"><annotation arg="1">%2$s</annotation></annotation>.</string>
|
||||
<string name="subscription_canceled_description">Your subscription was canceled on <annotation emphasis="bold"><annotation arg="0">%1$s</annotation></annotation>. Resubscribe to continue using Premium features.</string>
|
||||
<string name="subscription_update_payment_description">We couldn’t process your payment. Update your payment before your subscription ends on <annotation emphasis="bold"><annotation arg="0">%1$s</annotation></annotation>.</string>
|
||||
<string name="subscription_update_payment_description">We couldn’t process your payment. Update your payment method before your subscription ends on <annotation emphasis="bold"><annotation arg="0">%1$s</annotation></annotation>.</string>
|
||||
<plurals name="subscription_past_due_description">
|
||||
<item quantity="one">You have a grace period of <annotation arg="0">%1$d</annotation> day from your subscription expiration date. Please resolve the past due amount by <annotation emphasis="bold"><annotation arg="1">%2$s</annotation></annotation>.</item>
|
||||
<item quantity="other">You have a grace period of <annotation arg="0">%1$d</annotation> days from your subscription expiration date. Please resolve the past due amount by <annotation emphasis="bold"><annotation arg="1">%2$s</annotation></annotation>.</item>
|
||||
|
||||
Reference in New Issue
Block a user