Skip to content

Commit

Permalink
Merge pull request #6477 from PrashantMangukiya/prashant-6315
Browse files Browse the repository at this point in the history
Updated header text in test transaction step of VBA flow
  • Loading branch information
mountiny authored Nov 29, 2021
2 parents 1bfa071 + b9ef450 commit d53a74d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ export default {
travel: 'Book travel',
members: 'Manage members',
bankAccount: 'Connect bank account',
testTransactions: 'Test transactions',
issueAndManageCards: 'Issue and manage cards',
reconcileCards: 'Reconcile cards',
growlMessageOnSave: 'Your workspace settings were successfully saved!',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export default {
travel: 'Reservar viaje',
members: 'Gestionar miembros',
bankAccount: 'Conectar cuenta bancaria',
testTransactions: 'Transacciones de prueba',
issueAndManageCards: 'Emitir y gestionar tarjetas',
reconcileCards: 'Reconciliar tarjetas',
growlMessageOnSave: '¡La configuración del espacio de trabajo se ha guardado correctamente!',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ValidationStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ValidationStep extends React.Component {
return (
<View style={[styles.flex1, styles.justifyContentBetween]}>
<HeaderWithCloseButton
title={this.props.translate('workspace.common.bankAccount')}
title={this.props.translate('workspace.common.testTransactions')}
stepCounter={{step: 5, total: 5}}
onCloseButtonPress={Navigation.dismissModal}
onBackButtonPress={() => Navigation.goBack()}
Expand Down

0 comments on commit d53a74d

Please sign in to comment.