Skip to content

Commit a01cfba

Browse files
sproutmasterwabscale
authored andcommitted
FIX typo
1 parent 24593ed commit a01cfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/core/public/Assignment/Assignment.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const Assignment = () => {
201201
{!assignment.has_submission ? <CancelIcon/> : <CheckCircleIcon/>}
202202
<Typography className={classes.overviewItemSubtitleText}>
203203
<Fragment>
204-
{!assignment.has_submission ? 'No Submission' : 'Sucessfully Submitted'}
204+
{!assignment.has_submission ? 'No Submission' : 'Successfully Submitted'}
205205
</Fragment>
206206
</Typography>
207207
</Box>

0 commit comments

Comments
 (0)