1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

[AC-1336] Indicate unpaid subscriptions on payment screen (#5962)

* Add text for creating a charge for unpaid invoices

* Refactor payment method to simplify promises
This commit is contained in:
Conner Turnbull
2023-08-28 09:58:55 -04:00
committed by GitHub
parent f7278ef183
commit ea908ec55b
3 changed files with 27 additions and 5 deletions

View File

@@ -2040,6 +2040,9 @@
}
}
},
"paymentChargedWithUnpaidSubscription": {
"message": "Your payment method will be charged for any unpaid subscriptions."
},
"paymentChargedWithTrial": {
"message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. You may cancel at any time."
},