diff --git a/memento-note/components/note-history-modal.tsx b/memento-note/components/note-history-modal.tsx
index dde8dcd..0df290a 100644
--- a/memento-note/components/note-history-modal.tsx
+++ b/memento-note/components/note-history-modal.tsx
@@ -4,7 +4,7 @@ import { useEffect, useMemo, useState, useTransition } from 'react'
import { formatDistanceToNow } from 'date-fns'
import { fr } from 'date-fns/locale/fr'
import { enUS } from 'date-fns/locale/en-US'
-import { History, Loader2, RotateCcw, Trash2 } from 'lucide-react'
+import { History, Loader2, RotateCcw, Trash2, GitBranchPlus } from 'lucide-react'
import { toast } from 'sonner'
import { getNoteHistory, restoreNoteVersion, deleteNoteHistoryEntry } from '@/app/actions/notes'
import { Button } from '@/components/ui/button'
@@ -136,11 +136,17 @@ export function NoteHistoryModal({
{!enabled ? (
-
-
- {t('notes.historyDisabledDesc') || "L'historique est désactivé pour votre compte."}
+
+
+
+
+
+ {t('notes.historyDisabledTitle') || 'Historique des versions'}
+
+
+ {t('notes.historyDisabledDesc') || "Suivez les modifications de cette note au fil du temps. Activez l'historique pour commencer à enregistrer des versions."}