Fix: add missing quotes to index.html
This commit is contained in:
+1
-1
@@ -4954,7 +4954,7 @@
|
||||
<input id="mesIDDisplayEnabled" type="checkbox" />
|
||||
<small data-i18n="Message IDs">Message IDs</small>
|
||||
</label>
|
||||
<label for="hideChatAvatarsEnabled" class="checkbox_label" title="Hide avatars, only in chat messages. data-i18n="[title]Hide avatars, only in chat messages.>
|
||||
<label for="hideChatAvatarsEnabled" class="checkbox_label" title="Hide avatars, only in chat messages." data-i18n="[title]Hide avatars, only in chat messages.">
|
||||
<input id="hideChatAvatarsEnabled" type="checkbox" />
|
||||
<small data-i18n="Hide Chat Avatars">Hide Chat Avatars</small>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user