Update client/components/ChatUserList.vue

Userlist -> user list in added h3

Co-authored-by: Vivien Lacourba <vivien@doky.org>
This commit is contained in:
Kenneth G. Franqueiro 2024-11-19 13:52:28 -05:00 committed by GitHub
parent d050338615
commit 92498b2a77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"