Fix typos
This commit is contained in:
@@ -63,7 +63,7 @@ class Hotel extends AbstractEntity implements TeaserInterface
|
||||
0 => 'Unbestimmt',
|
||||
self::TYPE_HOLIDAY_FLAT => 'Ferienwohnung',
|
||||
self::TYPE_SPORTS_CLUB => 'Sportclub',
|
||||
self::TYPE_APPARTMENT => 'Appartment',
|
||||
self::TYPE_APPARTMENT => 'Apartment',
|
||||
self::TYPE_GUESTHOUSE => 'Gästehaus',
|
||||
self::TYPE_PENSION => 'Pension',
|
||||
];
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
<numIndex index="1">2</numIndex>
|
||||
</numIndex>
|
||||
<numIndex index="2" type="array">
|
||||
<numIndex index="0">Appartment</numIndex>
|
||||
<numIndex index="0">Apartment</numIndex>
|
||||
<numIndex index="1">3</numIndex>
|
||||
</numIndex>
|
||||
<numIndex index="3" type="array">
|
||||
|
||||
+1
-1
@@ -152,7 +152,7 @@
|
||||
<numIndex index="1">2</numIndex>
|
||||
</numIndex>
|
||||
<numIndex index="2" type="array">
|
||||
<numIndex index="0">Appartment</numIndex>
|
||||
<numIndex index="0">Apartment</numIndex>
|
||||
<numIndex index="1">3</numIndex>
|
||||
</numIndex>
|
||||
<numIndex index="3" type="array">
|
||||
|
||||
+2
-2
@@ -251,7 +251,7 @@ return [
|
||||
],
|
||||
'room_types' => [
|
||||
'exclude' => 0,
|
||||
'label' => 'Zimmerarten/Appartmentbeschreibung',
|
||||
'label' => 'Zimmerarten/Apartmentbeschreibung',
|
||||
'config' => [
|
||||
'type' => 'text',
|
||||
'cols' => 40,
|
||||
@@ -452,7 +452,7 @@ return [
|
||||
['Unbestimmt', 0],
|
||||
['Ferienwohnung', \EP\EpProducts\Domain\Model\Hotel::TYPE_HOLIDAY_FLAT],
|
||||
['Sportclub', \EP\EpProducts\Domain\Model\Hotel::TYPE_SPORTS_CLUB],
|
||||
['Appartment', \EP\EpProducts\Domain\Model\Hotel::TYPE_APPARTMENT],
|
||||
['Apartment', \EP\EpProducts\Domain\Model\Hotel::TYPE_APPARTMENT],
|
||||
['Gästehaus', \EP\EpProducts\Domain\Model\Hotel::TYPE_GUESTHOUSE],
|
||||
['Pension', \EP\EpProducts\Domain\Model\Hotel::TYPE_PENSION],
|
||||
],
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user