Skip to content

Commit 06da92d

Browse files
committed
fix: use translation string for version distribution y axis label
1 parent 4db33e9 commit 06da92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const chartConfig = computed(() => {
174174
fontSize: isMobile.value ? 24 : 16,
175175
color: pending.value ? colors.value.border : colors.value.fgSubtle,
176176
axis: {
177-
yLabel: 'Downloads',
177+
yLabel: $t('package.trends.items.downloads'),
178178
yLabelOffsetX: 12,
179179
fontSize: isMobile.value ? 32 : 24,
180180
},

0 commit comments

Comments
 (0)