diff --git a/apps/website/public/translations/en/translation.json b/apps/website/public/translations/en/translation.json index 4801fae1c..4ed7fa6f3 100644 --- a/apps/website/public/translations/en/translation.json +++ b/apps/website/public/translations/en/translation.json @@ -39,6 +39,7 @@ "web_clipper_content": "Grab web pages (or screenshots) and place them directly into Trilium using the web clipper browser extension." }, "note_types": { + "title": "Multiple ways to represent your information", "text_title": "Text notes", "text_description": "The notes are edited using a visual (WYSIWYG) editor, with support for tables, images, math expressions, code blocks with syntax highlighting. Quickly format the text using Markdown-like syntax or using slash commands.", "code_title": "Code notes", diff --git a/apps/website/src/pages/Home/index.tsx b/apps/website/src/pages/Home/index.tsx index 5ef388e33..5d4f03307 100644 --- a/apps/website/src/pages/Home/index.tsx +++ b/apps/website/src/pages/Home/index.tsx @@ -131,7 +131,7 @@ function ProductivityBenefitsSection() { function NoteTypesSection() { const { t } = useTranslation(); return ( -
+