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 7584406 commit b8dec53Copy full SHA for b8dec53
1 file changed
app/pages/search.vue
@@ -798,7 +798,7 @@ defineOgImageComponent('Default', {
798
<!-- No results found -->
799
<div v-else-if="status !== 'pending'" role="status" class="py-12">
800
<p class="text-fg-muted font-mono mb-6 text-center">
801
- {{ t('search.no_results', { query }) }}
+ {{ $t('search.no_results', { query }) }}
802
</p>
803
804
<!-- User/Org suggestions when no packages found -->
0 commit comments