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

restrict changing payment method with iap

This commit is contained in:
Kyle Spearrin
2019-09-19 15:46:33 -04:00
parent a1c9c47c89
commit 6cb48c186e
6 changed files with 37 additions and 8 deletions

View File

@@ -1743,11 +1743,11 @@
"noInvoices": {
"message": "No invoices."
},
"paid" : {
"paid": {
"message": "Paid",
"description": "Past tense status of an invoice. ex. Paid or unpaid."
},
"unpaid" : {
"unpaid": {
"message": "Unpaid",
"description": "Past tense status of an invoice. ex. Paid or unpaid."
},
@@ -2929,5 +2929,11 @@
},
"couldNotChargeCardPayInvoice": {
"message": "We were not able to charge your card. Please view and pay the unpaid invoice listed below."
},
"inAppPurchase": {
"message": "In-app Purchase"
},
"cannotPerformInAppPurchase": {
"message": "You cannot perform this action while using an in-app purchase payment method."
}
}