Skip to content

Commit

Permalink
Merge pull request #8452 from thesahindia/thesahindia/spanish-transla…
Browse files Browse the repository at this point in the history
…tion

use onfidoStep.facialScan
  • Loading branch information
Luke9389 authored Apr 5, 2022
2 parents 2e11878 + 3be4c1c commit e1bb9b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ export default {
learnMore: 'Learn more',
isMyDataSafe: 'Is my data safe?',
onFidoConditions: 'By continuing with the request to add this bank account, you confirm that you have read, understand and accept ',
onFidoFacialScan: 'Onfido’s Facial Scan Policy and Release',
isControllingOfficer: 'I am authorized to use my company bank account for business spend',
isControllingOfficerError: 'You must be a controlling officer with authorization to operate the business bank account.',
},
Expand Down
1 change: 0 additions & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ export default {
learnMore: 'Más información',
isMyDataSafe: '¿Están seguros mis datos?',
onFidoConditions: 'Al continuar con la solicitud de añadir esta cuenta bancaria, confirma que ha leído, entiende y acepta ',
onFidoFacialScan: 'Onfido’s Facial Scan Policy and Release',
isControllingOfficer: 'Estoy autorizado a utilizar la cuenta bancaria de mi compañía para gastos de empresa',
isControllingOfficerError: 'Debe ser un oficial controlador con autorización para operar la cuenta bancaria de la compañía',
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/RequestorStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class RequestorStep extends React.Component {
style={[styles.textMicro, styles.link]}
accessibilityRole="link"
>
{`${this.props.translate('requestorStep.onFidoFacialScan')}`}
{`${this.props.translate('onfidoStep.facialScan')}`}
</Text>
{', '}
<Text
Expand Down

0 comments on commit e1bb9b4

Please sign in to comment.