mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35: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={() => {
|
||||
verifyHandler();
|
||||
}}
|
||||
aria-label={$i18n.t('Verify Connection')}
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
|
|
|
|||
Loading…
Reference in a new issue