From 0889d0dbefd1f888e0a2c0399cee8599e8e26e32 Mon Sep 17 00:00:00 2001 From: Santhoshkumar Sellavel Date: Tue, 31 Aug 2021 23:11:07 +0530 Subject: [PATCH] Workspace Admin Translation fix, few es copy changes --- src/languages/es.js | 22 +++++++++++----------- src/pages/workspace/WorkspacePeoplePage.js | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/languages/es.js b/src/languages/es.js index e7c6bedbe49f..74f634142268 100644 --- a/src/languages/es.js +++ b/src/languages/es.js @@ -552,17 +552,17 @@ export default { forNextSteps: ' para conocer los próximos pasos para terminar de configurar su cuenta bancaria.', }, beneficialOwnersStep: { - beneficialOwners: 'Beneficial Owners', - additionalInformation: 'Additional Information', - checkAllThatApply: '(check all that apply, otherwise leave blank)', - iOwnMoreThan25Percent: 'I own more than 25% of ', - someoneOwnsMoreThan25Percent: 'Somebody else owns more than 25% of ', - additionalOwner: 'Additional Beneficial Owner', - removeOwner: 'Remove this beneficial owner', - addAnotherIndividual: 'Add another individual who owns more than 25% of ', - agreement: 'Agreement:', - termsAndConditions: 'terms and conditions', - certifyTrueAndAccurate: 'I certify that the information provided is true and accurate', + beneficialOwners: 'Beneficiario efectivo', + additionalInformation: 'Información adicional', + checkAllThatApply: '(marca todos los que apliquen, en caso de que ninguno aplique dejar en blanco)', + iOwnMoreThan25Percent: 'Soy dueño de mas de 25% de ', + someoneOwnsMoreThan25Percent: 'Otra persona es dueña de mas de 25% de ', + additionalOwner: 'Beneficiario efectivo adicional', + removeOwner: 'Eliminar este beneficiario efectivo', + addAnotherIndividual: 'Agregar otra persona que es dueña de mas de 25% de ', + agreement: 'Acuerdo:', + termsAndConditions: 'Términos y condiciones', + certifyTrueAndAccurate: 'Certifico que la información dada es correcta', error: { termsAndConditions: 'Debe aceptar términos y condiciones', certify: 'Debe certificar que la información es verdadera y precisa', diff --git a/src/pages/workspace/WorkspacePeoplePage.js b/src/pages/workspace/WorkspacePeoplePage.js index a396454083fe..f32720f7cb40 100644 --- a/src/pages/workspace/WorkspacePeoplePage.js +++ b/src/pages/workspace/WorkspacePeoplePage.js @@ -198,7 +198,7 @@ class WorkspacePeoplePage extends React.Component { - Admin + {this.props.translate('common.admin')}