Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacePeoplePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class WorkspacePeoplePage extends React.Component {
<View style={styles.peopleRowCell}>
<View style={[styles.badge, styles.peopleBadge]}>
<Text style={[styles.peopleBadgeText]}>
Admin
{this.props.translate('common.admin')}
</Text>
</View>
</View>
Expand Down