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:
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user