mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix i18n
This commit is contained in:
parent
76178e242f
commit
02436175db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<div v-if="!fetching && notes.length > 0">
|
<div v-if="!fetching && notes.length > 0">
|
||||||
<mk-note-card v-for="note in notes" :key="note.id" :note="note"/>
|
<mk-note-card v-for="note in notes" :key="note.id" :note="note"/>
|
||||||
</div>
|
</div>
|
||||||
<p class="empty" v-if="!fetching && notes.length == 0">{{ $t('no-notes') }}</p>
|
<p class="empty" v-if="!fetching && notes.length == 0">{{ $t('@.no-notes') }}</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue