apostrophe!!
This commit is contained in:
parent
5a8525dd93
commit
ced58b9ecf
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue