Skip to content

Commit ce0b30d

Browse files
committed
fix: update mismatched aria-label
1 parent f6e445d commit ce0b30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Compare/ComparisonGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function getReplacementTooltip(col: ComparisonGridColumn): string {
7474
<span
7575
class="i-carbon:idea w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
7676
role="img"
77-
:aria-label="$t('package.replacement.title')"
77+
:aria-label="$t('compare.no_dependency.tooltip_title')"
7878
/>
7979
<template #content>
8080
<p class="text-sm font-medium text-fg mb-1">

0 commit comments

Comments
 (0)