From 3d8fb3fc98b0db8b8e341a35ec86f1b4f5de7743 Mon Sep 17 00:00:00 2001 From: krassle <6473406+krassle@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:01:14 +0200 Subject: [PATCH] Update welcome.html.j2 --- .../custom/matrix-client-element/templates/welcome.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/custom/matrix-client-element/templates/welcome.html.j2 b/roles/custom/matrix-client-element/templates/welcome.html.j2 index d1c604133..f25ac6812 100644 --- a/roles/custom/matrix-client-element/templates/welcome.html.j2 +++ b/roles/custom/matrix-client-element/templates/welcome.html.j2 @@ -178,11 +178,11 @@ we don't have an account and should hide them. No account == no guest account ei
-
_t("Sign In")
+
_t("action|sign_in")
{% if matrix_client_element_registration_enabled %} -
_t("Create Account")
+
_t("action|create_account")
{% endif %}
@@ -195,7 +195,7 @@ we don't have an account and should hide them. No account == no guest account ei
-
_t("Explore rooms")
+
_t("action|explore_rooms")