Settings: show label for nick autocompletion postfix

This commit is contained in:
Reto Brunner 2021-04-06 15:27:23 +02:00
parent 8dd9bc0e98
commit c6d7bd4b4a
1 changed files with 8 additions and 2 deletions

View File

@ -172,8 +172,14 @@
</div>
<div v-if="$store.state.settings.advanced">
<label class="opt">
<label for="nickPostfix" class="sr-only">
Nick autocomplete postfix (for example a comma)
<label for="nickPostfix" class="opt">
Nick autocomplete postfix
<span
class="tooltipped tooltipped-n tooltipped-no-delay"
aria-label="Nick autocomplete postfix (for example a comma)"
>
<button class="extra-help" />
</span>
</label>
<input
id="nickPostfix"