diff --git a/src/lib/components/notes/Notes.svelte b/src/lib/components/notes/Notes.svelte index b6016744f7..2843a64d7c 100644 --- a/src/lib/components/notes/Notes.svelte +++ b/src/lib/components/notes/Notes.svelte @@ -364,7 +364,7 @@
{$i18n.t('Notes')} - + {total ?? ''}
@@ -480,9 +480,9 @@ {@const groupedNotes = groupNotes(items)}
-
+
{#each groupedNotes as [timeRange, notesList], idx} -
+
{$i18n.t(timeRange)}
diff --git a/src/routes/(app)/automations/+page.svelte b/src/routes/(app)/automations/+page.svelte index 738ed3b350..50efd0b6db 100644 --- a/src/routes/(app)/automations/+page.svelte +++ b/src/routes/(app)/automations/+page.svelte @@ -285,7 +285,7 @@
{$i18n.t('Automations')} - + {total ?? ''}