From 2969ea7795c03e855670f577c2ac1f52290cc59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 5 Feb 2020 15:05:28 +0100 Subject: [PATCH] Fix incorrect teaser button labels due to flipped condition --- .../ep_theme/Resources/Private/Partials/Product/Teaser.html | 4 ++-- .../Resources/Private/Partials/Product/TeaserWide.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html index c57eea09..12d42cd8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html @@ -88,8 +88,8 @@ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html index 09eb558d..88cd9f4a 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/TeaserWide.html @@ -96,8 +96,8 @@ ab {teaser.minPrice} €{f:if(condition: teaser.pseudoPrice, then: ' {teaser.pseudoPrice} €')} - {f:translate(key: 'tx_eptheme.label.teaserbutton.product', extensionName: 'ep_theme')} - {f:translate(key: 'tx_eptheme.label.teaserbutton.product_no_booking', extensionName: 'ep_theme')} + {f:translate(key: 'tx_eptheme.label.teaserbutton.product_no_booking', extensionName: 'ep_theme')} + {f:translate(key: 'tx_eptheme.label.teaserbutton.product', extensionName: 'ep_theme')}