We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f7206d + 680fa50 commit 22709e3Copy full SHA for 22709e3
1 file changed
src/pages/iou/request/IOURequestStartPage.tsx
@@ -68,8 +68,8 @@ function IOURequestStartPage({
68
[CONST.IOU.TYPE.SUBMIT]: translate('iou.createExpense'),
69
[CONST.IOU.TYPE.SEND]: translate('iou.paySomeone', {name: getPayeeName(report)}),
70
[CONST.IOU.TYPE.PAY]: translate('iou.paySomeone', {name: getPayeeName(report)}),
71
- [CONST.IOU.TYPE.SPLIT]: translate('iou.createExpense'),
72
- [CONST.IOU.TYPE.SPLIT_EXPENSE]: translate('iou.createExpense'),
+ [CONST.IOU.TYPE.SPLIT]: translate('iou.splitExpense'),
+ [CONST.IOU.TYPE.SPLIT_EXPENSE]: translate('iou.splitExpense'),
73
[CONST.IOU.TYPE.TRACK]: translate('iou.createExpense'),
74
[CONST.IOU.TYPE.INVOICE]: translate('workspace.invoices.sendInvoice'),
75
[CONST.IOU.TYPE.CREATE]: translate('iou.createExpense'),
0 commit comments