fix: use singular 'Fahrzeug' when only 1 car available

This commit is contained in:
2026-05-31 14:07:02 +02:00
parent e1f6bd56b0
commit c6ee8cd927
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -136,8 +136,8 @@
<div class="hero-stats">
<div><strong data-i18n="statDeposit">Faire Kaution</strong><span>Fair Deposit</span></div>
<div><strong id="statCarsCount"></strong><span data-i18n="statCars">Fahrzeuge</span></div>
<div><strong>24/7</strong><span data-i18n="statSupport">Support</span></div>
<div><strong id="statCarsCount"></strong><span id="statCarsLabel" data-i18n="statCars">Fahrzeuge</span></div>
<div><strong>24/7</strong><span data-i18n="statSupport">Support</span></div>
</div>
</div>
</section>