fix(ui): derniers textes trop techniques de la revue
All checks were successful
CI / Lint, Unit Tests & Build (push) Successful in 7m0s
CI / Deploy production (on server) (push) Successful in 24s

Les thèmes, notes proches, index et suppression de compte parlent comme un utilisateur, plus comme un outil interne.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Antigravity
2026-08-30 21:57:45 +00:00
parent 5f9b8a9a09
commit dcd7f38c11
16 changed files with 495 additions and 495 deletions

View File

@@ -402,7 +402,7 @@ export function NotesStructuredTable({
<div className="flex items-center justify-between text-[11px] font-bold text-foreground/80">
<span className="flex items-center gap-1.5 text-purple-400">
<Brain className="w-3.5 h-3.5 animate-pulse" />
{t('structuredViewBlock.echoPopoverTitle') || 'Résonance Sémantique 🔮'}
{t('structuredViewBlock.echoPopoverTitle') || 'Notes proches'}
</span>
<button
onClick={() => { setActiveEchoNoteId(null); setEchoConnections([]); }}