From a0494eeecbc153c069aebfbe11f680cb144001e3 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 13 Jul 2020 14:24:32 +0100 Subject: [PATCH] Update welcome brand name --- res/welcome.html | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/welcome.html b/res/welcome.html index f26bdd8d8a..238c304f9a 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -172,7 +172,7 @@ we don't have an account and should hide them. No account == no guest account ei -

_t("Welcome to Riot.im")

+

_t("Welcome to Element")

_t("Decentralised, encrypted chat & collaboration powered by [matrix]")

diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 952ac7e4f1..5dd43a4b1f 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -29,7 +29,7 @@ "I understand the risks and wish to continue": "I understand the risks and wish to continue", "Go to Riot.im": "Go to Riot.im", "Failed to start": "Failed to start", - "Welcome to Riot.im": "Welcome to Riot.im", + "Welcome to Element": "Welcome to Element", "Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralised, encrypted chat & collaboration powered by [matrix]", "Sign In": "Sign In", "Create Account": "Create Account",