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 22f2eb9dc35..c14db3ecc2c 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 19f8d87b852..3ab1d58c970 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.