Adjust wording
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
{hotel.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()}
|
{hotel.teaser -> f:format.crop(maxCharacters: settings.teaserTextMaxChars) -> f:format.html()}
|
||||||
<f:if condition="{hotel.available} != -1">
|
<f:if condition="{hotel.available} != -1">
|
||||||
<span class="teaserbox__price">
|
<span class="teaserbox__price">
|
||||||
<strong>{f:if(condition: '{hotel.available} > 0', then: 'ab {hotel.minPrice} €', else: 'ausgebucht')}</strong>
|
<strong>{f:if(condition: '{hotel.available} > 0', then: 'ab {hotel.minPrice} €', else: 'bald buchbar')}</strong>
|
||||||
</span>
|
</span>
|
||||||
</f:if>
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user