chore(website): missing a translation

This commit is contained in:
Elian Doran
2025-10-25 20:40:05 +03:00
parent 4c7e7c157c
commit c40279b480
2 changed files with 2 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ function ProductivityBenefitsSection() {
function NoteTypesSection() {
const { t } = useTranslation();
return (
<Section className="note-types" title="Multiple ways to represent your information">
<Section className="note-types" title={t("note_types.title")}>
<ListWithScreenshot horizontal items={[
{
title: t("note_types.text_title"),