Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 416a0f4

Browse files
t3chguytoger5
authored andcommitted
Update app slogan to match latest marketing (#7089)
1 parent 1f84b8d commit 416a0f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/structures/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const HomePage: React.FC<IProps> = ({ justRegistered = false }) => {
114114
introSection = <React.Fragment>
115115
<img src={logoUrl} alt={config.brand} />
116116
<h1>{ _t("Welcome to %(appName)s", { appName: config.brand }) }</h1>
117-
<h4>{ _t("Liberate your communication") }</h4>
117+
<h4>{ _t("Own your conversations.") }</h4>
118118
</React.Fragment>;
119119
}
120120

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@
28642864
"Welcome %(name)s": "Welcome %(name)s",
28652865
"Now, let's help you get started": "Now, let's help you get started",
28662866
"Welcome to %(appName)s": "Welcome to %(appName)s",
2867-
"Liberate your communication": "Liberate your communication",
2867+
"Own your conversations.": "Own your conversations.",
28682868
"Send a Direct Message": "Send a Direct Message",
28692869
"Explore Public Rooms": "Explore Public Rooms",
28702870
"Create a Group Chat": "Create a Group Chat",

0 commit comments

Comments
 (0)