Skip to content

Commit 72b3a57

Browse files
authored
Update milestone header for clarity (#1663)
1 parent 70b4acc commit 72b3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/Engagement/LanguageEngagement/Milestone/Milestone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const LanguageEngagementMilestone = ({ engagement }: Props) => {
6969
onSubmit={handleSubmit}
7070
>
7171
<Stack direction="row" alignItems="center" spacing={1}>
72-
<Typography variant="h3">Milestone Achieved</Typography>
72+
<Typography variant="h3">Milestone Planned</Typography>
7373
{!isEditing ? (
7474
milestoneReached.canEdit ? (
7575
<Tooltip title="Edit">

0 commit comments

Comments
 (0)