From 19a4f823a42c118e1e1b3cd1d84aaeb3cd290df4 Mon Sep 17 00:00:00 2001
From: Zeus-Deus <100132710+Zeus-Deus@users.noreply.github.com>
Date: Tue, 2 Jun 2026 05:42:15 +0200
Subject: [PATCH] Rename Character copy to Persona
Issue #234: the "Character" tab and its "Style of response" label made it
unclear that this is where a system prompt is set. Rename the user-facing
labels for clarity:
- "Character" tab + section heading -> "Persona"
- "Style of response" -> "System prompt"
- supporting strings: select placeholder, name placeholder, button/title
text, toasts, confirm/notice text, the chat-bar indicator tooltip, the
settings visibility toggle, and the assistant personality picker
("Characters" optgroup -> "Personas").
Used "Persona" rather than the issue's suggested "Preset" because the app
already has a distinct, user-facing "Presets" concept (built-in presets
like Code Analyze/Brainstorm/Reason, shown as their own group in the
assistant picker). "Persona" matches what this tab actually creates -- a
named persona with its own memories -- without colliding with that term.
Internal identifiers (element IDs, data-chartab attributes, function names)
and the character_name backend field are intentionally left unchanged so
existing saved presets and JS wiring keep working.
---
static/index.html | 20 ++++++++++----------
static/js/assistant.js | 6 +++---
static/js/presets.js | 14 +++++++-------
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/static/index.html b/static/index.html
index ca93929..e170718 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1084,7 +1084,7 @@
-