Rename "note not found" to "loading..."

This commit is contained in:
Joscha 2025-02-15 12:49:42 +01:00
parent 6ef9c27234
commit 122c11bc96
2 changed files with 1 additions and 2 deletions

View file

@ -224,7 +224,7 @@ async function onInsertEditorCopy(): Promise<void> {
{{ note.text }}
</div>
<div v-else-if="note" class="px-1 font-light italic">empty</div>
<div v-else class="px-1 font-light italic">note not found</div>
<div v-else class="px-1 font-light italic">loading...</div>
<!-- Controls -->
<div v-show="!editing" class="absolute right-0 flex h-6 items-center gap-0.5">