Merge pull request #4195 from brunnre8/nickPostfix

Settings: show label for nick autocompletion postfix
This commit is contained in:
Max Leiter 2021-04-06 14:46:34 -07:00 committed by GitHub
commit 9382beb3b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"