Skip to content

Commit d5779a4

Browse files
committed
fix: add missing translation
1 parent 61ec1b8 commit d5779a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/components/Compare/FacetQuadrantChart.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ const config = computed<VueUiQuadrantConfig>(() => {
413413
:height="12"
414414
>
415415
<div class="flex items-center justify-center gap-2">
416-
<TooltipApp>
416+
<TooltipApp
417+
:aria-label="$t('compare.quadrant_chart.explanation.adoption')"
418+
>
417419
<button
418420
data-dom-to-png-ignore
419421
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"

0 commit comments

Comments
 (0)