1
0
mirror of https://github.com/bitwarden/web synced 2026-01-19 08:54:06 +00:00

verify bank account

This commit is contained in:
Kyle Spearrin
2018-07-17 15:53:52 -04:00
parent 56b9cb5c9e
commit 06de7b5176
3 changed files with 56 additions and 3 deletions

View File

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