Skip to content

Commit bb227fc

Browse files
committed
fix: replace title with translation
1 parent 33cdb7a commit bb227fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/compare.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ useSeoMeta({
158158
id="comparison-heading"
159159
class="text-xs text-fg-subtle uppercase tracking-wider mb-4 mt-10"
160160
>
161-
downloads history
161+
{{ $t('package.downloads.title') }}
162162
</h2>
163163

164164
<CompareLineChart :packages />

0 commit comments

Comments
 (0)