1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

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>;
};