forked from FoundKeyGang/FoundKey
Fix i18n
This commit is contained in:
parent
b106acac91
commit
5d1d6bc028
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div v-if="!fetching && notes.length > 0">
|
||||
<mk-note-card v-for="note in notes" :key="note.id" :note="note"/>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue