fix(ui): derniers textes trop techniques de la revue
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:
@@ -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([]); }}
|
||||
|
||||
Reference in New Issue
Block a user