Fix typos

This commit is contained in:
Björn Fromme
2021-11-08 09:29:17 +01:00
parent 32af540a44
commit 8ff871e44a
7 changed files with 9 additions and 8 deletions
@@ -71,11 +71,11 @@
<f:if condition="{bars}">
<f:then>
<div class="headerbar">
Appartments
Apartments
</div>
</f:then>
<f:else>
<h2>Appartments</h2>
<h2>Apartments</h2>
</f:else>
</f:if>
</f:if>
@@ -105,7 +105,7 @@
<div class="well">{hotel.features -> f:format.html()}</div>
</div>
<div class="form-group">
<label class="control-label">Zimmerarten/Appartmentbeschreibung</label>
<label class="control-label">Zimmerarten/Apartmentbeschreibung</label>
<div class="well">{hotel.roomtypes -> f:format.html()}</div>
</div>
<h4>Termine, Zimmer, Leistungen und Zustiege</h4>