diff --git a/app/views/resources/_common/_room_tr.php b/app/views/resources/_common/_room_tr.php
index 37f26d1b59f71f4890eb458eaa3fffe4174489a6..1b9f46a327e15acc87a1b94652b964d0a26a5c35 100644
--- a/app/views/resources/_common/_room_tr.php
+++ b/app/views/resources/_common/_room_tr.php
@@ -19,7 +19,7 @@
  *     Defaults to false (do not show actions).
  * $user_has_booking_rights: Boolean: Whether the user for which this template
  *     is rendered has booking rights on the resource (true) or not (false).
- * $show_room_picture: Boolean: Whether to display the room picture or not.
+ * $show_picture: Boolean: Whether to display the room picture or not.
  *     Defaults to false (do not show picture).
  * $additional_properties: Array: Additional properties
  *     that shall be displayed in extra columns.
diff --git a/app/views/room_management/overview/rooms.php b/app/views/room_management/overview/rooms.php
index a6323dc6f69ac79c1056aab5687d58b3dec5df6b..cdec83e3f2946963943daa444e644947b66f1742 100644
--- a/app/views/room_management/overview/rooms.php
+++ b/app/views/room_management/overview/rooms.php
@@ -40,7 +40,7 @@
                         'user_has_booking_rights' => $room->userHasBookingRights(
                             $user
                         ),
-                        'show_room_picture' => true,
+                        'show_picture' => true,
                         'additional_columns' => [
                             $room->category->name,
                         ]