more warnings fixed

This commit is contained in:
Henry Jameson 2024-12-23 04:38:43 +02:00
commit 300f73331a
16 changed files with 42 additions and 18 deletions

View file

@ -17,6 +17,7 @@
<i18n-t
v-if="id"
keypath="bookmark_folders.editing_folder"
scope="global"
>
<template #folderName>
{{ name }}
@ -25,6 +26,7 @@
<i18n-t
v-else
keypath="bookmark_folders.creating_folder"
scope="global"
/>
</h1>
</div>