Skip to content

Commit

Permalink
Merge pull request #41564 from ZhenjaHorbach/hold-expense-button-incl…
Browse files Browse the repository at this point in the history
…udes-word-expense

Hold expense button includes the word expense
  • Loading branch information
youssef-lr authored May 13, 2024
2 parents 159d4cb + ad05aee commit ab3cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function MoneyRequestHeader({
if (!isOnHold && (isRequestIOU || canModifyStatus) && !isScanning) {
threeDotsMenuItems.push({
icon: Expensicons.Stopwatch,
text: translate('iou.holdExpense'),
text: translate('iou.hold'),
onSelected: () => changeMoneyRequestStatus(),
});
}
Expand Down

0 comments on commit ab3cd7d

Please sign in to comment.