Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Mar 30, 2024
1 parent 6991f4e commit f25dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/blueprints/facilities/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f25dc1f

Please sign in to comment.