Skip to content

Commit 5e0eedf

Browse files
committed
typo
1 parent edc51c8 commit 5e0eedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const MarkSubmittedToSaboModal = ({ open, setOpen, reimbursementRequest }: MarkS
1919
const handleMarkSubmittedToSabo = async () => {
2020
try {
2121
await markAsSaboSubmitted();
22-
toast.success('Successfully marked reimbursement request as submitted tp SABO');
22+
toast.success('Successfully marked reimbursement request as submitted to SABO');
2323
} catch (e) {
2424
if (e instanceof Error) {
2525
toast.error(e.message);

0 commit comments

Comments
 (0)