[PM-36970] fix: Correct Update Payment status description (#6988)

This commit is contained in:
Patrick Honkonen
2026-05-28 21:37:06 +00:00
committed by GitHub
parent c89a52e5d2
commit e7e2c26bef
2 changed files with 2 additions and 2 deletions
@@ -665,7 +665,7 @@ class PlanScreenTest : BitwardenComposeTest() {
}
composeTestRule
.onNodeWithText(
"We couldnt process your payment. Update your payment before " +
"We couldnt process your payment. Update your payment method before " +
"your subscription ends on April 21, 2026.",
)
.assertTextRangeHasBoldSpan(boldSubstring = "April 21, 2026")
+1 -1
View File
@@ -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 couldnt 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 couldnt 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>