diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index 4ed160d4936..9c8013f866e 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 f57ce2cc716..7b9e050e596 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",