fix: default to singular Fahrzeug, plural only when >1

This commit is contained in:
2026-05-31 14:24:59 +02:00
parent 94eac68da4
commit fc902768a1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -135,8 +135,8 @@
<div class="hero-stats">
<div><strong data-i18n="statDeposit">Faire Kaution</strong><span>Fair Deposit</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><strong id="statCarsCount"></strong><span id="statCarsLabel" data-i18n="statCar">Fahrzeug</span></div>
<div><strong>24/7</strong><span data-i18n="statSupport">Support</span></div>
</div>
</div>
</section>