Skip to content

Commit d471eb6

Browse files
committed
fix: use proper translation key
1 parent 92cd89d commit d471eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ const config = computed<VueUiSparklineConfig>(() => {
426426
<!-- Keyboard navigation hint -->
427427
<template #hint="{ isVisible }">
428428
<p v-if="isVisible" class="text-accent text-xs text-center mt-2" aria-hidden="true">
429-
{{ $t('compare.packages.line_chart_nav_hint') }}
429+
{{ $t('package.downloads.sparkline_nav_hint') }}
430430
</p>
431431
</template>
432432

0 commit comments

Comments
 (0)