diff --git a/app/src/components/globals/CardForm.vue b/app/src/components/globals/CardForm.vue index 2f91906d..ad5e2988 100644 --- a/app/src/components/globals/CardForm.vue +++ b/app/src/components/globals/CardForm.vue @@ -194,14 +194,15 @@ const Fields = createReusableTemplate<{ -
- + diff --git a/app/src/components/globals/ViewSearch.vue b/app/src/components/globals/ViewSearch.vue index c3d2023a..0b7c03d4 100644 --- a/app/src/components/globals/ViewSearch.vue +++ b/app/src/components/globals/ViewSearch.vue @@ -73,12 +73,14 @@ const noItemsMessage = computed(() => { - - - - {{ noItemsMessage }} - - + + {{ noItemsMessage }} + diff --git a/app/src/components/globals/YAlert.vue b/app/src/components/globals/YAlert.vue index 885c7f44..88263328 100644 --- a/app/src/components/globals/YAlert.vue +++ b/app/src/components/globals/YAlert.vue @@ -1,5 +1,6 @@ diff --git a/app/src/views/app/AppInstall.vue b/app/src/views/app/AppInstall.vue index 4344f708..38caf194 100644 --- a/app/src/views/app/AppInstall.vue +++ b/app/src/views/app/AppInstall.vue @@ -265,10 +265,14 @@ const performInstall = onSubmit(async (onError) => { - - + {{ $t('app_install_custom_no_manifest') }} - +
diff --git a/app/src/views/backup/BackupInfo.vue b/app/src/views/backup/BackupInfo.vue index 41981df4..b921382d 100644 --- a/app/src/views/backup/BackupInfo.vue +++ b/app/src/views/backup/BackupInfo.vue @@ -203,9 +203,9 @@ function downloadBackup() { - + {{ serverError }} - + diff --git a/app/src/views/backup/BackupList.vue b/app/src/views/backup/BackupList.vue index b349e06d..888d03b1 100644 --- a/app/src/views/backup/BackupList.vue +++ b/app/src/views/backup/BackupList.vue @@ -28,10 +28,14 @@ const archives = await api }" /> - - + {{ $t('items_verbose_count', { items: $t('items.backups', 0) }, 0) }} - +