mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Remove routing and bacnk account number placeholders
This commit is contained in:
parent
f828e83aa2
commit
c1f5b1be6a
1 changed files with 2 additions and 2 deletions
|
|
@ -148,14 +148,14 @@
|
|||
"SignupForm.signUp": "Sign up",
|
||||
"SignupForm.stripeConnectedAccountAgreementLinkText": "Stripe Connected Account Agreement",
|
||||
"SignupForm.termsOfService": "By confirming I accept the terms and conditions and the {stripeConnectedAccountAgreementLink}",
|
||||
"StripeBankAccountToken.accountNumberPlaceholder": "account number",
|
||||
"StripeBankAccountToken.accountNumberPlaceholder": " ",
|
||||
"StripeBankAccountToken.bankAccountNumberLabel": "Bank account number:",
|
||||
"StripeBankAccountToken.routingNumberLabel": "Routing number:",
|
||||
"StripeBankAccountToken.bankAccountNumberLabelIban": "Bank account number (IBAN):",
|
||||
"StripeBankAccountToken.createBankAccountTokenError": "Could not connect account number. Please double-check that your routing number and account number are valid in {country} when using {currency}",
|
||||
"StripeBankAccountToken.createBankAccountTokenErrorIban": "Could not connect account number. Please double-check that your account number is valid in {country} when using {currency}",
|
||||
"StripeBankAccountToken.invalidRoutingNumber": "Invalid routing number {number} for country {country}",
|
||||
"StripeBankAccountToken.routingNumberPlaceholder": "routing number",
|
||||
"StripeBankAccountToken.routingNumberPlaceholder": " ",
|
||||
"StripeBankAccountToken.unsupportedCountry": "Country not supported: {country}",
|
||||
"StripePaymentForm.genericError": "Could not handle payment data. Please try again.",
|
||||
"StripePaymentForm.stripe.api_connection_error": "Could not connect to Stripe API.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue