Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 14, 2024
1 parent 78a88bc commit 1619c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const AdditionalClassDetails: FC<AdditionalClassDetailsProps> = ({
<Typography variant="h4">Additional class details</Typography>
<Typography>
Here you can change settings and permissions for the class and the
students accessing it. You can also delete classes and change level
students accessing it. You can also delete your class and change level
access.
</Typography>
<Stack direction="row" columnGap={3}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const CreateStudentsForm: FC<CreateStudentsFormProps> = ({ classId }) => {
<>
<Typography variant="h4">Add new students</Typography>
<Typography>
Add the student names to the box with one name per line or separated by
a comma.
Add the student names to the box and separate them with a comma.
</Typography>
<Typography>
Student names and the class access code are required to sign in.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DeleteClassDialog: FC<DeleteClassDialogProps> = ({
replace: true,
state: {
notifications: [
{ props: { children: "Successfully delete class." } },
{ props: { children: "Successfully deleted class." } },
],
},
})
Expand Down

0 comments on commit 1619c84

Please sign in to comment.