Skip to content

Commit 3b05e89

Browse files
committed
#1614-change-datedelivered-to-itemdelivered
1 parent 087cffb commit 3b05e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestDetailPage/ReimbursementRequestDetailsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ReimbursementRequestDetailsView: React.FC<ReimbursementRequestDetailsViewP
104104
submitText="Yes"
105105
onSubmit={handleMarkDelivered}
106106
>
107-
<Typography>Are you sure you want to mark this reimbursement request as delivered?</Typography>
107+
<Typography>Are you sure the items in this reimbursement request have all been delivered?</Typography>
108108
</NERModal>
109109
);
110110

0 commit comments

Comments
 (0)