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 92cd89d commit d471eb6Copy full SHA for d471eb6
1 file changed
app/components/Package/WeeklyDownloadStats.vue
@@ -426,7 +426,7 @@ const config = computed<VueUiSparklineConfig>(() => {
426
<!-- Keyboard navigation hint -->
427
<template #hint="{ isVisible }">
428
<p v-if="isVisible" class="text-accent text-xs text-center mt-2" aria-hidden="true">
429
- {{ $t('compare.packages.line_chart_nav_hint') }}
+ {{ $t('package.downloads.sparkline_nav_hint') }}
430
</p>
431
</template>
432
0 commit comments