Browse Source

add aria label to button without label for accessibility

Sine Jespersen 1 week ago
parent
commit
437b7c5171
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/Settings/Tools.svelte

+ 1 - 0
src/lib/components/chat/Settings/Tools.svelte

@@ -61,6 +61,7 @@
 
 							<Tooltip content={$i18n.t(`Add Connection`)}>
 								<button
+									aria-label={$i18n.t(`Add Connection`)}
 									class="px-1"
 									on:click={() => {
 										showConnectionModal = true;