You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
apostrophe!!
This commit is contained in:
@@ -109,7 +109,7 @@ const UserWelcomeTop = () => {
|
|||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
|
|
||||||
<h1>{ _t("Welcome %(name)s", { name: ownProfile.displayName }) }</h1>
|
<h1>{ _t("Welcome %(name)s", { name: ownProfile.displayName }) }</h1>
|
||||||
<h4>{ _t("Now, lets help you get started") }</h4>
|
<h4>{ _t("Now, let's help you get started") }</h4>
|
||||||
</div>;
|
</div>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -2057,7 +2057,7 @@
|
|||||||
"Great, that'll help people know it's you": "Great, that'll help people know it's you",
|
"Great, that'll help people know it's you": "Great, that'll help people know it's you",
|
||||||
"Add a photo so people know it's you.": "Add a photo so people know it's you.",
|
"Add a photo so people know it's you.": "Add a photo so people know it's you.",
|
||||||
"Welcome %(name)s": "Welcome %(name)s",
|
"Welcome %(name)s": "Welcome %(name)s",
|
||||||
"Now, lets help you get started": "Now, lets help you get started",
|
"Now, let's help you get started": "Now, let's help you get started",
|
||||||
"Welcome to %(appName)s": "Welcome to %(appName)s",
|
"Welcome to %(appName)s": "Welcome to %(appName)s",
|
||||||
"Liberate your communication": "Liberate your communication",
|
"Liberate your communication": "Liberate your communication",
|
||||||
"Send a Direct Message": "Send a Direct Message",
|
"Send a Direct Message": "Send a Direct Message",
|
||||||
|
|||||||
Reference in New Issue
Block a user