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 c14db3ecc2c..924a7a4eaa8 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
@@ -685,7 +685,7 @@ class PlanScreenTest : BitwardenComposeTest() {
composeTestRule
.onNodeWithText(
"You have a grace period of 7 days from your subscription expiration date. " +
- "Please resolve the past due amount by April 21, 2026.",
+ "Please resolve the past due invoices by 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 3ab1d58c970..5d03ddcce6e 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -1313,8 +1313,8 @@ Do you want to switch to this account?
Your subscription was canceled on %1$s. Resubscribe to continue using Premium features.
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.
+ - You have a grace period of %1$d day from your subscription expiration date. Please resolve the past due invoices by %2$s.
+ - You have a grace period of %1$d days from your subscription expiration date. Please resolve the past due invoices by %2$s.
Your subscription is paused. Resume to continue using premium features.
Your subscription expired on %1$s. Resubscribe to continue using Premium features.