diff --git a/controllers/show.php b/controllers/show.php index ec8a8e0..2ff90bd 100644 --- a/controllers/show.php +++ b/controllers/show.php @@ -183,7 +183,7 @@ protected function getCourses() $rows = $statement->fetchAll(PDO::FETCH_ASSOC); if (!empty($cm)) { - $courses['unbegrenzt laufende'] = $rows; + $courses[_('unbegrenzt laufende')] = $rows; } return $courses;