mirror of
https://github.com/bitwarden/browser
synced 2026-01-18 16:33:47 +00:00
org plan upgrade
This commit is contained in:
@@ -1613,12 +1613,21 @@
|
||||
"paymentChargedAnnually": {
|
||||
"message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time."
|
||||
},
|
||||
"paymentCharged": {
|
||||
"message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.",
|
||||
"placeholders": {
|
||||
"interval": {
|
||||
"content": "$1",
|
||||
"example": "month or year"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paymentChargedWithTrial": {
|
||||
"message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.",
|
||||
"placeholders": {
|
||||
"interval": {
|
||||
"content": "$1",
|
||||
"example": "year"
|
||||
"example": "month or year"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1996,6 +2005,9 @@
|
||||
"organizationReadyToGo": {
|
||||
"message": "Your new organization is ready to go!"
|
||||
},
|
||||
"organizationUpgraded": {
|
||||
"message": "Your organization has been upgraded."
|
||||
},
|
||||
"leave": {
|
||||
"message": "Leave"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user