[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-26 15:27:51 +02:00
الأصل 15c718f253
التزام 0d7413731f
2 ملفات معدلة مع 14 إضافات و7 حذوفات

عرض الملف

@@ -210,8 +210,10 @@ access to use this app.
<p>Lobby</p>
</div>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchLobby" class="form-check-input" type="checkbox" />
<td>
<div class="form-check form-switch form-switch-md title">
<input id="switchLobby" class="form-check-input" type="checkbox" />
</div>
</td>
</tr>
<tr id="pitchBarButton">
@@ -221,8 +223,10 @@ access to use this app.
<p>Pitch bar</p>
</div>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchPitchBar" class="form-check-input" type="checkbox" checked />
<td>
<div class="form-check form-switch form-switch-md">
<input id="switchPitchBar" class="form-check-input" type="checkbox" checked />
</div>
</td>
</tr>
<tr id="soundsButton">
@@ -232,8 +236,10 @@ access to use this app.
<p>Sounds</p>
</div>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchSounds" class="form-check-input" type="checkbox" checked />
<td>
<div class="form-check form-switch form-switch-md">
<input id="switchSounds" class="form-check-input" type="checkbox" checked />
</div>
</td>
</tr>
</table>