mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 08:53:28 +00:00
verify bank account
This commit is contained in:
@@ -2198,9 +2198,22 @@
|
||||
"verifyBankAccountFailureWarning": {
|
||||
"message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled."
|
||||
},
|
||||
"verifiedBankAccount": {
|
||||
"message": "Bank account has been verified."
|
||||
},
|
||||
"bankAccount": {
|
||||
"message": "Bank Account"
|
||||
},
|
||||
"amountX": {
|
||||
"message": "Amount $COUNT$",
|
||||
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"routingNumber": {
|
||||
"message": "Routing Number",
|
||||
"description": "Bank account routing number"
|
||||
|
||||
Reference in New Issue
Block a user