From bdc1c6b999385eeb2de681dc35b56f64abf244f6 Mon Sep 17 00:00:00 2001 From: Jika Date: Tue, 17 Feb 2026 15:15:35 +0100 Subject: [PATCH] feat(auth): use configured brand on welcome heading --- res/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/welcome.html b/res/welcome.html index f1cf3911f4..8ace266fc3 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -168,7 +168,7 @@ we don't have an account and should hide them. No account == no guest account ei -

_t("welcome_to_element")

+

Welcome to $brand

_t("powered_by_matrix_with_logo")