From e7e2c26bef7e3b3e3aa0aea9d2bc283d06d67ed3 Mon Sep 17 00:00:00 2001
From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
Date: Thu, 28 May 2026 17:37:06 -0400
Subject: [PATCH] [PM-36970] fix: Correct Update Payment status description
(#6988)
---
.../ui/platform/feature/premium/plan/PlanScreenTest.kt | 2 +-
ui/src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/premium/plan/PlanScreenTest.kt b/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/premium/plan/PlanScreenTest.kt
index 22f2eb9dc3..c14db3ecc2 100644
--- a/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/premium/plan/PlanScreenTest.kt
+++ b/app/src/test/kotlin/com/x8bit/bitwarden/ui/platform/feature/premium/plan/PlanScreenTest.kt
@@ -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")
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index 19f8d87b85..3ab1d58c97 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -1311,7 +1311,7 @@ Do you want to switch to this account?
Your subscription is scheduled to cancel on %1$s. You can reinstate it anytime before then.
Your next charge is for %1$s USD due on %2$s.
Your subscription was canceled on %1$s. Resubscribe to continue using Premium features.
- We couldn’t process your payment. Update your payment before your subscription ends on %1$s.
+ We couldn’t process your payment. Update your payment method before your subscription ends on %1$s.
- You have a grace period of %1$d day from your subscription expiration date. Please resolve the past due amount by %2$s.
- You have a grace period of %1$d days from your subscription expiration date. Please resolve the past due amount by %2$s.