From b3282e58bedffe6a209a747041f36fc2c2d08957 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 10:32:13 +0200 Subject: [PATCH] Page rename --- components/carnet/navigation.tsx | 2 +- components/carnet/notes-view.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/carnet/navigation.tsx b/components/carnet/navigation.tsx index 9c52d06e..babc4191 100644 --- a/components/carnet/navigation.tsx +++ b/components/carnet/navigation.tsx @@ -20,7 +20,7 @@ interface FolderConfig { const FOLDER_CONFIG: Record = { 'Notes': { icon: FileText, order: 1, displayName: 'Bloc-notes' }, 'Diary': { icon: Calendar, order: 2, displayName: 'Journal' }, - 'Health': { icon: Heart, order: 3, displayName: 'Carnet de Santé' }, + 'Health': { icon: Heart, order: 3, displayName: 'Carnet de santé' }, 'Contacts': { icon: Users, order: 4, displayName: 'Carnet d\'adresses' } }; diff --git a/components/carnet/notes-view.tsx b/components/carnet/notes-view.tsx index 56dc58ba..9129a9c8 100644 --- a/components/carnet/notes-view.tsx +++ b/components/carnet/notes-view.tsx @@ -8,7 +8,7 @@ import { fr } from 'date-fns/locale'; const FOLDER_DISPLAY_NAMES: Record = { 'Notes': 'Bloc-notes', 'Diary': 'Journal', - 'Health': 'Carnet de Santé', + 'Health': 'Carnet de santé', 'Contacts': 'Carnet d\'adresses' };