Skip to content

Commit 3cf1bd8

Browse files
author
Madalynn Nenninger
committed
Grammer
1 parent 44674a6 commit 3cf1bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/HomePage/components/MyTeamsOverdueTasks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const NoOverdueTeamTaskDisplay = () => {
1717
<EmptyPageBlockDisplay
1818
icon={<CheckCircleOutlineOutlinedIcon sx={{ fontSize: 128 }} />}
1919
heading={'Your team is all caught up!'}
20-
message={"You're team has no overdue tasks!"}
20+
message={'Your team has no overdue tasks!'}
2121
/>
2222
);
2323
};

0 commit comments

Comments
 (0)