Skip to content

Commit b8dec53

Browse files
committed
chore: oops
1 parent 7584406 commit b8dec53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ defineOgImageComponent('Default', {
798798
<!-- No results found -->
799799
<div v-else-if="status !== 'pending'" role="status" class="py-12">
800800
<p class="text-fg-muted font-mono mb-6 text-center">
801-
{{ t('search.no_results', { query }) }}
801+
{{ $t('search.no_results', { query }) }}
802802
</p>
803803

804804
<!-- User/Org suggestions when no packages found -->

0 commit comments

Comments
 (0)