mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
26 lines
991 B
Diff
26 lines
991 B
Diff
From fe40e94fc7092912bca454f1c2c197ca42c7dccd Mon Sep 17 00:00:00 2001
|
|
From: SpiritCroc <dev@spiritcroc.de>
|
|
Date: Sun, 27 Oct 2024 19:38:47 +0100
|
|
Subject: Don't welcome to Element
|
|
|
|
---
|
|
res/welcome.html | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/res/welcome.html b/res/welcome.html
|
|
index ef2d43bd8f..5b71670f4f 100644
|
|
--- a/res/welcome.html
|
|
+++ b/res/welcome.html
|
|
@@ -169,7 +169,7 @@ we don't have an account and should hide them. No account == no guest account ei
|
|
<a href="https://element.io" target="_blank" rel="noopener">
|
|
<img src="$logoUrl" alt="" class="mx_Logo" />
|
|
</a>
|
|
- <h1 class="mx_Header_title">_t("welcome_to_element")</h1>
|
|
+ <h1 class="mx_Header_title">_t("Welcome to SchildiChat")</h1>
|
|
<!-- XXX: Our translations system isn't smart enough to recognize variables in the HTML, so we manually do it -->
|
|
<h4 class="mx_Header_subtitle">_t("powered_by_matrix_with_logo")</h4>
|
|
<div class="mx_ButtonGroup">
|
|
--
|
|
2.47.0
|
|
|