apostrophe!!

This commit is contained in:
Matthew Hodgson 2020-11-04 14:54:53 +00:00
parent 5a8525dd93
commit ced58b9ecf
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ const UserWelcomeTop = () => {
</AccessibleButton>
<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>;
};