Skip to content

Commit 3d1a2a1

Browse files
committed
StudentSolutionPage: fix typo
1 parent 8fb0d4c commit 3d1a2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Solutions/StudentSolutionsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const StudentSolutionsPage: FC<RouteComponentProps<IStudentSolutionsPageProps>>
7979
onClick={() => getNextUnratedSolution()}
8080
>
8181
<Typography>
82-
Следующее непровереннное решение задачи
82+
Следующее непроверенное решение задачи
8383
</Typography>
8484
</Link>
8585
: <Typography>

0 commit comments

Comments
 (0)