From 2c05883986427309624827b8e8d54ca2b975e0fa Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 5 Nov 2021 14:34:54 +0000 Subject: [PATCH] Update app slogan to match latest marketing (#7089) --- src/components/structures/HomePage.tsx | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index 4ed160d493..9c8013f866 100644 --- a/src/components/structures/HomePage.tsx +++ b/src/components/structures/HomePage.tsx @@ -114,7 +114,7 @@ const HomePage: React.FC = ({ justRegistered = false }) => { introSection = {config.brand}

{ _t("Welcome to %(appName)s", { appName: config.brand }) }

-

{ _t("Liberate your communication") }

+

{ _t("Own your conversations.") }

; } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index f57ce2cc71..7b9e050e59 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2862,7 +2862,7 @@ "Welcome %(name)s": "Welcome %(name)s", "Now, let's help you get started": "Now, let's help you get started", "Welcome to %(appName)s": "Welcome to %(appName)s", - "Liberate your communication": "Liberate your communication", + "Own your conversations.": "Own your conversations.", "Send a Direct Message": "Send a Direct Message", "Explore Public Rooms": "Explore Public Rooms", "Create a Group Chat": "Create a Group Chat",