From ac069e89c45758ffb1b501801865acd414187571 Mon Sep 17 00:00:00 2001 From: Alen Ajam Date: Mon, 1 May 2023 09:40:24 +0200 Subject: [PATCH] translate(sidebar-home): add missing title translation for installation and describing-the-ui pages --- src/sidebarHome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sidebarHome.json b/src/sidebarHome.json index b77bc98be..2eadf3e41 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -11,7 +11,7 @@ "path": "/learn" }, { - "title": "Installation", + "title": "Installazione", "path": "/learn/installation" }, { @@ -19,7 +19,7 @@ "sectionHeader": "LEARN REACT" }, { - "title": "Describing the UI", + "title": "Descrivere la UI", "path": "/learn/describing-the-ui" }, {