diff --git a/apps/website/public/translations/en/translation.json b/apps/website/public/translations/en/translation.json index 4ed7fa6f3..7fec3eb89 100644 --- a/apps/website/public/translations/en/translation.json +++ b/apps/website/public/translations/en/translation.json @@ -66,6 +66,7 @@ "api_description": "Interact with Trilium programatically using its builtin REST API." }, "collections": { + "title": "Collections", "calendar_title": "Calendar", "calendar_description": "Organize your personal or professional events using a calendar, with support for all-day and multi-day events. See your events at a glance with the week, month and year views. Easy interaction to add or drag events.", "table_title": "Table", diff --git a/apps/website/src/pages/Home/index.tsx b/apps/website/src/pages/Home/index.tsx index 5d4f03307..f81704b01 100644 --- a/apps/website/src/pages/Home/index.tsx +++ b/apps/website/src/pages/Home/index.tsx @@ -211,7 +211,7 @@ function ExtensibilityBenefitsSection() { function CollectionsSection() { const { t } = useTranslation(); return ( -
+