From 9eca7797c45f995b27c22a0229a75769487e9d59 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 13 May 2026 12:00:58 +0200 Subject: [PATCH] chore(brand): lowercase "dembrane" across user-facing strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sweep: english UI strings (t``, , alt, title), all 7 translation .po files (msgid + msgstr, incl. obsolete entries), recompiled .ts message bundles, asr hotwords in transcribe.py, "Dembrane Events" → "dembrane events" admin label in directus schema + sync snapshot, and the directus project_name setting. Leaves untouched (per requester clarification): - react component names (DembraneLogomark, DembraneLoadingSpinner, alwaysDembrane, useDembraneChat, LogoDembrane, etc.) - python identifiers, file paths, package metadata - internal pipeline ids (Dembrane-25-09, Dembrane-26-01-redaction) - the notion privacy-policy url slug - jinja prompt templates that quote "Dembrane" as the *incorrect* example - internal dev tools (tools/usage-tracker), readmes, cypress test docs - po path comments (#:) that reference real file paths Co-authored-by: Jorim Theuns --- echo/directus/sync/collections/settings.json | 2 +- .../fields/workspace/legal_basis.json | 2 +- echo/frontend/index.html | 2 +- .../frontend/src/components/chat/chatUtils.ts | 2 +- .../common/DembraneLoadingSpinner/index.tsx | 4 +- .../frontend/src/components/layout/Footer.tsx | 2 +- .../layout/ProjectLibraryLayout.tsx | 2 +- .../layout/ProjectOverviewLayout.tsx | 2 +- .../ParticipantConversationAudio.tsx | 4 +- .../participant/hooks/useOnboardingCards.ts | 144 +++++++++--------- .../participant/refine/RefineSelection.tsx | 2 +- .../settings/WhitelabelLogoCard.tsx | 4 +- echo/frontend/src/locales/de-DE.po | 78 +++++----- echo/frontend/src/locales/de-DE.ts | 2 +- echo/frontend/src/locales/en-US.po | 70 ++++----- echo/frontend/src/locales/en-US.ts | 2 +- echo/frontend/src/locales/es-ES.po | 80 +++++----- echo/frontend/src/locales/es-ES.ts | 2 +- echo/frontend/src/locales/fr-FR.po | 76 ++++----- echo/frontend/src/locales/fr-FR.ts | 2 +- echo/frontend/src/locales/it-IT.po | 70 ++++----- echo/frontend/src/locales/it-IT.ts | 2 +- echo/frontend/src/locales/nl-NL.po | 82 +++++----- echo/frontend/src/locales/nl-NL.ts | 2 +- echo/frontend/src/locales/uk-UA.po | 70 ++++----- echo/frontend/src/locales/uk-UA.ts | 2 +- .../routes/project/chat/ProjectChatRoute.tsx | 10 +- .../src/routes/settings/UserSettingsRoute.tsx | 2 +- .../__pycache__/create_schema.cpython-311.pyc | Bin 30353 -> 46719 bytes echo/scripts/create_schema.py | 2 +- echo/server/dembrane/transcribe.py | 2 +- 31 files changed, 364 insertions(+), 364 deletions(-) diff --git a/echo/directus/sync/collections/settings.json b/echo/directus/sync/collections/settings.json index 3cd525c8..90d432b4 100644 --- a/echo/directus/sync/collections/settings.json +++ b/echo/directus/sync/collections/settings.json @@ -1,6 +1,6 @@ [ { - "project_name": "Dembrane", + "project_name": "dembrane", "project_color": "#6644FF", "public_note": null, "auth_login_attempts": 25, diff --git a/echo/directus/sync/snapshot/fields/workspace/legal_basis.json b/echo/directus/sync/snapshot/fields/workspace/legal_basis.json index 6d12b87f..e47b0984 100644 --- a/echo/directus/sync/snapshot/fields/workspace/legal_basis.json +++ b/echo/directus/sync/snapshot/fields/workspace/legal_basis.json @@ -23,7 +23,7 @@ "value": "client-managed" }, { - "text": "Dembrane Events", + "text": "dembrane events", "value": "dembrane-events" } ] diff --git a/echo/frontend/index.html b/echo/frontend/index.html index 11129fed..c6ed770c 100644 --- a/echo/frontend/index.html +++ b/echo/frontend/index.html @@ -11,7 +11,7 @@ - Dembrane + dembrane