Merge pull request #2715 from Asizon/add_missing_class

Add missing class in options tab elements
10.8-maintenance
haslinghuis 2022-01-01 16:05:00 +01:00 committed by GitHub
commit 6973b137be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<option value="2500">2500</option>
<option value="5000">5000</option>
</select>
<span i18n="connectionTimeout"></span>
<span class="freelabel" i18n="connectionTimeout"></span>
</div>
<div class="showAllSerialDevices margin-bottom">
<div>
@ -64,7 +64,7 @@
<option value="1" i18n="off"></option>
<option value="2" i18n="auto"></option>
</select>
<span i18n="darkTheme"></span>
<span class="freelabel" i18n="darkTheme"></span>
</div>
</div>
</div>