Remove routing and bacnk account number placeholders

This commit is contained in:
Kimmo Puputti 2017-05-15 10:27:16 +03:00
parent f828e83aa2
commit c1f5b1be6a

View file

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