trans: fix various translation issues in active components

This commit is contained in:
2024-07-31 19:38:59 +02:00
parent 128ef795d8
commit eab39d0d79
4 changed files with 9 additions and 7 deletions

View File

@@ -116,7 +116,7 @@
<div class="input-element">
<div class="slidecontainer">
<label for="numRats" id="labelNumRats" data-i18n-key="number-of-rats">Anzahl an Ratten ?</label>
<label for="numRats" id="labelNumRats"></label>
<input type="range" min="3" max="15" value="4" class="slider" id="numRats">
</div>
</div>