diff --git a/app/views/course/dates/current_day_dates.php b/app/views/course/dates/current_day_dates.php
index a752558051c5585dfb0d21dc49cef9c66db62ef6..c0f92d70cf24ff7d2c51a02c6f276c33e5a5aee0 100644
--- a/app/views/course/dates/current_day_dates.php
+++ b/app/views/course/dates/current_day_dates.php
@@ -3,7 +3,7 @@
     <table class="dates default sortable-table" data-sortlist="[[0, 0]]" data-table-id="<?= htmlReady($course->id) ?>">
         <thead>
             <tr>
-                <th data-sort="htmldata"><?= _('Zeit') ?></th>
+                <th><?= _('Zeit') ?></th>
                 <th data-sort="text"><?= _('Raum') ?></th>
                 <th data-sort="htmldata"><?= _('Anzahl der Teilnehmenden') ?></th>
             </tr>
@@ -11,7 +11,7 @@
         <tbody>
         <? foreach ($dates as $date): ?>
             <tr>
-                <td data-sort-value="<?= htmlReady($date->date) ?>" class="date_name">
+                <td class="date_name">
                     <?= Icon::create('date')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?>
                     <?= htmlReady($date->getFullName(CourseDate::FORMAT_VERBOSE)) ?>
                 </td>
diff --git a/app/views/resources/room_planning/courses.php b/app/views/resources/room_planning/courses.php
index 98f44d4901f59195b776d9a66118eae42f666e33..2da6f9c5957647e45ce62e388d58697694efa39c 100644
--- a/app/views/resources/room_planning/courses.php
+++ b/app/views/resources/room_planning/courses.php
@@ -1,7 +1,7 @@
 <table class="default">
     <thead>
         <tr>
-            <th><?= _('Courses') ?></th>
+            <th><?= _('Veranstaltungen in diesem Raum') ?></th>
         </tr>
     </thead>
     <tbody>