From e65713dc5ead690de07e95cc6b645ef8edc4b711 Mon Sep 17 00:00:00 2001 From: SinachPat Date: Fri, 7 Aug 2026 16:43:13 +0100 Subject: [PATCH] fix(anythingllm-docker): dashboard/login templates say "WeOwnChat", not "WeOwn AI" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WeOwn AI is the venture studio; WeOwnChat is the product these templates belong to. Fixes the page titles and the two customer-visible text spots (dashboard sidebar header, login page tenant line) in the canonical dashboard/login templates — anythingllm-docker/template/dashboard/public/ {index,login}.html. Every future customer instance provisioned from this template picks up the correct name; existing live instances (chat.weown.dev, chattest.weown.dev, etc.) will show the old text until their own dashboard static assets are redeployed, which is outside the scope of this PR. Text-only change, 4 lines across 2 files — no markup, styling, or script logic touched. --- anythingllm-docker/template/dashboard/public/index.html | 4 ++-- anythingllm-docker/template/dashboard/public/login.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anythingllm-docker/template/dashboard/public/index.html b/anythingllm-docker/template/dashboard/public/index.html index ec678c23..0f973ec9 100644 --- a/anythingllm-docker/template/dashboard/public/index.html +++ b/anythingllm-docker/template/dashboard/public/index.html @@ -1,5 +1,5 @@ -WeOwn AI — Dashboard +WeOwnChat — Dashboard