feat(frontend): progress van assignment wordt ook getoond voor studenten
This commit is contained in:
parent
5b17bad368
commit
1d29adaa31
7 changed files with 138 additions and 64 deletions
|
@ -2,8 +2,8 @@
|
|||
"welcome": "Welcome",
|
||||
"student": "student",
|
||||
"teacher": "teacher",
|
||||
"assignments": "assignments",
|
||||
"classes": "classes",
|
||||
"assignments": "Assignments",
|
||||
"classes": "Classes",
|
||||
"discussions": "discussions",
|
||||
"logout": "log out",
|
||||
"error_title": "Error",
|
||||
|
@ -88,5 +88,10 @@
|
|||
"sent": "sent",
|
||||
"failed": "failed",
|
||||
"wrong": "something went wrong",
|
||||
"created": "created"
|
||||
"created": "created",
|
||||
"group": "Group",
|
||||
"description": "Description",
|
||||
"no-submission": "no submission",
|
||||
"submission": "submission",
|
||||
"progress": "Progress"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue