Skip to content

Commit

Permalink
Merge pull request #42779 from Expensify/youssef_update_split_copy
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored May 29, 2024
2 parents c7cf7d1 + 2509ce9 commit 069eb20
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function MoneyRequestConfirmationList({
const getSplitSectionHeader = useCallback(
() => (
<View style={[styles.mt2, styles.mb1, styles.flexRow, styles.justifyContentBetween]}>
<Text style={[styles.ph5, styles.textLabelSupporting]}>{translate('moneyRequestConfirmationList.splitAmounts')}</Text>
<Text style={[styles.ph5, styles.textLabelSupporting]}>{translate('iou.participants')}</Text>
{!shouldShowReadOnlySplits && isSplitModified && (
<PressableWithFeedback
onPress={() => {
Expand Down
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ export default {
},
moneyRequestConfirmationList: {
paidBy: 'Paid by',
splitAmounts: 'Split amounts',
whatsItFor: "What's it for?",
},
selectionList: {
Expand Down
1 change: 0 additions & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ export default {
},
moneyRequestConfirmationList: {
paidBy: 'Pagado por',
splitAmounts: 'Importes a dividir',
whatsItFor: '¿Para qué es?',
},
selectionList: {
Expand Down

0 comments on commit 069eb20

Please sign in to comment.