diff --git a/app/views/course/timesrooms/_irregularEvents.php b/app/views/course/timesrooms/_irregularEvents.php
index 4fa06bbcff4e57855ed3a518e2f84f63a35e438d..2bd4c2d50e74954f985c052d7c00133db78dc128 100644
--- a/app/views/course/timesrooms/_irregularEvents.php
+++ b/app/views/course/timesrooms/_irregularEvents.php
@@ -14,7 +14,7 @@ $room_request_filter = function ($date) {
         </h1>
     <? if(!$locked) : ?>
         <nav>
-            <? $actionMenu = ActionMenu::get()->setContext(_('Unregelmäßige Termine / Blocktermine')) ?>
+            <? $actionMenu = ActionMenu::get()->setContext(_('Unregelmäßige Termine/Blocktermine')) ?>
             <? $actionMenu->addLink(
                 $controller->url_for('course/timesrooms/createSingleDate/' . $course->id, $linkAttributes),
                 _('Einzeltermin hinzufügen'),