We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec1b8 commit d5779a4Copy full SHA for d5779a4
app/components/Compare/FacetQuadrantChart.vue
@@ -413,7 +413,9 @@ const config = computed<VueUiQuadrantConfig>(() => {
413
:height="12"
414
>
415
<div class="flex items-center justify-center gap-2">
416
- <TooltipApp>
+ <TooltipApp
417
+ :aria-label="$t('compare.quadrant_chart.explanation.adoption')"
418
+ >
419
<button
420
data-dom-to-png-ignore
421
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"
0 commit comments