Skip to content

Commit

Permalink
feat: update bank info translations and remove redundant confirmation…
Browse files Browse the repository at this point in the history
… text
  • Loading branch information
pasyukevich committed Nov 6, 2024
1 parent 723442e commit feb5584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,6 @@ const translations = {
chooseFile: 'Choose file',
uploadYourLatest: 'Upload your latest statement',
pleaseUpload: ({lastFourDigits}: LastFourDigitsParams) => `Please upload the most recent monthly statement for your business bank account ending in ${lastFourDigits}.`,
confirmBankInfo: 'Confirm bank info',
},
signerInfoStep: {
signerInfo: 'Signer info',
Expand Down
3 changes: 1 addition & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2280,15 +2280,14 @@ const translations = {
selectCountry: 'Seleccione su país',
},
bankInfoStep: {
whatAreYour: 'What are your business bank account details?',
whatAreYour: '¿Cuáles son los detalles de su cuenta bancaria comercial?',
letsDoubleCheck: 'Verifiquemos que todo esté bien.',
thisBankAccount: 'Esta cuenta bancaria se utilizará para pagos comerciales en su espacio de trabajo.',
accountNumber: 'Número de cuenta',
bankStatement: 'Extracto bancario',
chooseFile: 'Elegir archivo',
uploadYourLatest: '¿Cuáles son los detalles de su cuenta bancaria comercial?',
pleaseUpload: ({lastFourDigits}: LastFourDigitsParams) => `Por favor suba el estado de cuenta mensual más reciente de su cuenta bancaria comercial que termina en ${lastFourDigits}.`,
confirmBankInfo: 'Confirmar información bancaria',
},
signerInfoStep: {
signerInfo: 'Información del firmante',
Expand Down

0 comments on commit feb5584

Please sign in to comment.