mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
add aria label to button
This commit is contained in:
parent
d837e6e579
commit
99b153a132
@ -217,6 +217,7 @@
|
|||||||
on:click={() => {
|
on:click={() => {
|
||||||
verifyHandler();
|
verifyHandler();
|
||||||
}}
|
}}
|
||||||
|
aria-label={$i18n.t('Verify Connection')}
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
|
Loading…
Reference in New Issue
Block a user