Skip to content

Commit

Permalink
Bugfix: instructor dashboard button naming (#2195)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Krusche <krusche@in.tum.de>
Co-authored-by: Jan Philip Bernius <janphilip.bernius@tum.de>
  • Loading branch information
3 people committed Oct 15, 2020
1 parent 86e4c28 commit 27ca8c7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/de/course.json
Expand Up @@ -85,7 +85,7 @@
"forbidden": "Der Kurzname muss mit einem Buchstaben beginnen und darf keine Sonderzeichen beinhalten."
}
},
"instructorDashboard": "Instruktor Dashboard",
"instructorDashboard": "Dozenten Kurs Dashboard",
"presentationScoreEnabled": {
"title": "Präsentationsbewertung aktiviert",
"description": "Aktiviere diese Checkbox und definiere, wie viele Präsentationen ein Student halten muss, um den Notenbonus für die Vorlesung zu erhalten. Nach der Aktivierung kannst du bei der Erstellung jeder Übung definieren, ob dieses Feature dafür aktiviert sein soll."
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/de/exam.json
Expand Up @@ -14,7 +14,7 @@
"noCommitHash": "Kein Commit wurde gemacht",
"studentSubmissionTo": "{{studentName}}s Abgabe für {{examTitle}}",
"viewResult": " Ergebnis ansehen",
"missingResultNotice": "Es gibt derzeit kein Ergebnis für diese Quiz Aufgabe, obwohl die Ergebnisse schon veröffentlicht wurden. Bitte informiere deinen Instruktor.",
"missingResultNotice": "Es gibt derzeit kein Ergebnis für diese Quiz Aufgabe, obwohl die Ergebnisse schon veröffentlicht wurden. Bitte informiere deinen Dozenten.",
"points": {
"exercise": "Aufgabe",
"overview": "Übersicht",
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/i18n/de/instructorCourseDashboard.json
@@ -1,8 +1,8 @@
{
"artemisApp": {
"instructorCourseDashboard": {
"title": "Instructor Kurs Dashboard",
"pageHeader": "Instructor Kurs Dashboard für",
"title": "Dozenten Kurs Dashboard",
"pageHeader": "Dozenten Kurs Dashboard für",
"informationAboutCourse": "Informationen zum Kurs",
"noDescription": "Keine Beschreibung vorhanden",
"students": "Studenten",
Expand Down
8 changes: 4 additions & 4 deletions src/main/webapp/i18n/de/instructorExerciseDashboard.json
@@ -1,11 +1,11 @@
{
"artemisApp": {
"instructorExerciseDashboard": {
"title": "Instructor Übungs-Dashboard",
"pageHeader": "Instructor Übungs-Dashboard für",
"title": "Dozenten Dashboard für Übung",
"pageHeader": "Dozenten Dashboard für Übung",
"back": "Zurück",
"noProblemStatement": "No problem statement available",
"informationAboutExercise": "Keine Problembeschreibung verfügbar",
"noProblemStatement": "Keine Problembeschreibung verfügbar",
"informationAboutExercise": "Informationen über die Aufgabe",
"exerciseDueDate": "Einreichungsfrist der Aufgabe",
"submissions": "Einreichungen",
"assessmentDueDate": "Einreichungsfrist der Bewertung",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/de/student-dashboard.json
Expand Up @@ -126,7 +126,7 @@
"problemStatement": "Problemstellung:",
"noResults": "Du hast noch keine Ergebnisse",
"instructorActions": {
"title": "Tutoraktionen:",
"title": "Dozent Aktionen:",
"scores": "Bewertungen",
"submissions": "Einreichungen",
"statistics": "Statistiken"
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/de/team.json
Expand Up @@ -43,7 +43,7 @@
},
"owner": {
"label": "Tutor",
"tooltip": "Nur Instruktoren können die Tutor-Zuweisung für Teams ändern."
"tooltip": "Nur Dozenten können die Tutor-Zuweisung für Teams ändern."
},
"ownerChangeWarning": "Wichtig: Der Tutor für das Team {{ shortName }} wird hiermit für den ganzen Kurs geändert!",
"image": "Bild",
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/i18n/en/course.json
Expand Up @@ -85,7 +85,7 @@
"forbidden": "Short Name must start with a letter and cannot contain special characters."
}
},
"instructorDashboard": "Instructor Dashboard",
"instructorDashboard": "Instructor Course Dashboard",
"presentationScoreEnabled": {
"title": "Presentation Score",
"description": "Activate this checkbox to define the amount of presentations a student has to hold to receive the grade bonus for the course. Afterwards you can define for every created exercise, if this feature should be activated."
Expand Down

0 comments on commit 27ca8c7

Please sign in to comment.