mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Update client/components/ChatUserList.vue
Userlist -> user list in added h3 Co-authored-by: Vivien Lacourba <vivien@doky.org>
This commit is contained in:
parent
d050338615
commit
92498b2a77
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
:aria-label="'User list for ' + channel.name"
|
||||
@mouseleave="removeHoverUser"
|
||||
>
|
||||
<h3 class="sr-only">Userlist</h3>
|
||||
<h3 class="sr-only">User list</h3>
|
||||
<div class="count">
|
||||
<input
|
||||
ref="input"
|
||||
|
|
Loading…
Add table
Reference in a new issue