Skip to content

Commit

Permalink
fix: update classroom descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRiced committed Apr 30, 2026
1 parent ad93fef commit 0db582e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ class DevDataBootstrap(
seedClassroom(
ownerTeacher = teacher,
title = "Detektivgjengen 6B",
description = "Another example",
description = "Eksempelklasserom",
joinCode = "CLASS31",
)
val thirdClassroom =
seedClassroom(
ownerTeacher = teacher,
title = "Superdetektiver 4A",
description = "Another example of a classroom",
description = "Eksempel klasserom",
joinCode = "CLASS21",
)

Expand Down

0 comments on commit 0db582e

Please sign in to comment.