mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
add aria label to button
This commit is contained in:
parent
d837e6e579
commit
99b153a132
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue