mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Update app slogan to match latest marketing (#7089)
This commit is contained in:
parent
aacea8d87b
commit
2c05883986
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ const HomePage: React.FC<IProps> = ({ justRegistered = false }) => {
|
|||
introSection = <React.Fragment>
|
||||
<img src={logoUrl} alt={config.brand} />
|
||||
<h1>{ _t("Welcome to %(appName)s", { appName: config.brand }) }</h1>
|
||||
<h4>{ _t("Liberate your communication") }</h4>
|
||||
<h4>{ _t("Own your conversations.") }</h4>
|
||||
</React.Fragment>;
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue