Fix minor group name typo
This commit is contained in:
parent
9d0efb2a68
commit
ed01e2796c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class Model {
|
|||
this.add(new Student("students/dritch", "Dennis", "Ritchie", "0007"));
|
||||
|
||||
// Gruppen
|
||||
this.add(new Group("groups/IF24wS2-B", "Softwareentwicklung WiSe 24/25 Seminargruppe 2"));
|
||||
this.add(new Group("groups/if24ws2-b", "Softwareentwicklung WiSe 24/25 Seminargruppe 2"));
|
||||
this.add(new Group("groups/admins", "Administrator:innen"));
|
||||
this.add(new Group("groups/alumni", "Alumni"));
|
||||
this.add(new Group("groups/leer", "Leere Gruppe"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue