Skip to content
Snippets Groups Projects
Commit 57ef186f authored by dakkar's avatar dakkar
Browse files

merge: fix: use i18n in SkSearchResultWindow (!622)

View MR for information: TransFem-org/Sharkey!622



Approved-by: default avatarMarie <github@yuugi.dev>
Approved-by: default avatardakkar <dakkar@thenautilus.net>
parents 3f37db1a bd586c86
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkWindow ref="window" :initialWidth="600" :initialHeight="450" :canResize="true" @closed="emit('closed')">
<template #header>
<i class="ph-magnifying-glass ph-bold ph-lg" style="margin-right: 0.5em;"></i>
<b>Result</b>
<b>{{ i18n.ts.searchResult }}</b>
</template>
<MkNotes :key="props.noteKey" :pagination="props.notePagination"/>
</MkWindow>
......@@ -18,6 +18,7 @@ import { } from 'vue';
import type { Paging } from '@/components/MkPagination.vue';
import MkNotes from '@/components/MkNotes.vue';
import MkWindow from '@/components/MkWindow.vue';
import { i18n } from '@/i18n.js';
const props = defineProps<{
noteKey: string | number | symbol | undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment