We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b4acc commit 72b3a57Copy full SHA for 72b3a57
src/scenes/Engagement/LanguageEngagement/Milestone/Milestone.tsx
@@ -69,7 +69,7 @@ export const LanguageEngagementMilestone = ({ engagement }: Props) => {
69
onSubmit={handleSubmit}
70
>
71
<Stack direction="row" alignItems="center" spacing={1}>
72
- <Typography variant="h3">Milestone Achieved</Typography>
+ <Typography variant="h3">Milestone Planned</Typography>
73
{!isEditing ? (
74
milestoneReached.canEdit ? (
75
<Tooltip title="Edit">
0 commit comments