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 f6e445d commit ce0b30dCopy full SHA for ce0b30d
app/components/Compare/ComparisonGrid.vue
@@ -74,7 +74,7 @@ function getReplacementTooltip(col: ComparisonGridColumn): string {
74
<span
75
class="i-carbon:idea w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
76
role="img"
77
- :aria-label="$t('package.replacement.title')"
+ :aria-label="$t('compare.no_dependency.tooltip_title')"
78
/>
79
<template #content>
80
<p class="text-sm font-medium text-fg mb-1">
0 commit comments