Skip to content

Commit

Permalink
Fix bug with Hold expense button includes the word expense
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed May 3, 2024
1 parent 7483d10 commit ad05aee
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 @@ -136,7 +136,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 ad05aee

Please sign in to comment.