Skip to content

Commit

Permalink
fix: Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeet-dhandha committed Jun 21, 2023
1 parent 9fde271 commit fd300e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ function MoneyRequestConfirmationList(props) {

sections.push(
{
title: translate('moneyRequestConfirmationList.whoPaid'),
title: translate('moneyRequestConfirmationList.paidBy'),
data: [formattedPayeeOption],
shouldShow: true,
indexOffset: 0,
},
{
title: translate('moneyRequestConfirmationList.whoWasThere'),
title: translate('moneyRequestConfirmationList.splitWith'),
data: formattedParticipantsList,
shouldShow: true,
indexOffset: 1,
Expand Down
4 changes: 2 additions & 2 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ export default {
tfaRequiredDescription: 'Please enter the two-factor authentication code\nwhere you are trying to sign in.',
},
moneyRequestConfirmationList: {
whoPaid: 'Who paid?',
whoWasThere: 'Who was there?',
paidBy: 'Paid by',
splitWith: 'Split with',
whatsItFor: "What's it for?",
},
iOUCurrencySelection: {
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export default {
tfaRequiredDescription: 'Por favor, introduce el código de autenticación de dos factores\ndonde estás intentando iniciar sesión.',
},
moneyRequestConfirmationList: {
whoPaid: '¿Quién pago?',
whoWasThere: '¿Quién asistió?',
paidBy: 'Pagado por',
splitWith: 'Dividir con',
whatsItFor: '¿Para qué es?',
},
iOUCurrencySelection: {
Expand Down

0 comments on commit fd300e2

Please sign in to comment.