1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-18 16:33:47 +00:00

org plan upgrade

This commit is contained in:
Kyle Spearrin
2019-03-21 21:38:56 -04:00
parent 0f3d71a504
commit ea4d1de772
4 changed files with 101 additions and 72 deletions

View File

@@ -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"
},