diff --git a/web/blueprints/facilities/tables.py b/web/blueprints/facilities/tables.py index 4c60f5722..4170a6989 100644 --- a/web/blueprints/facilities/tables.py +++ b/web/blueprints/facilities/tables.py @@ -110,7 +110,7 @@ class PatchPortRow(BaseModel): class RoomTenanciesTable(BootstrapTable): _render_toolbar = False - inhabitants = BtnColumn("Bewohner") + inhabitant = BtnColumn("Bewohner") begins_at = DateColumn("Von") ends_at = DateColumn("Bis") status = Column("Status")