From ced58b9ecf5f2779dad01e0e53a73400152442a4 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 4 Nov 2020 14:54:53 +0000 Subject: [PATCH] apostrophe!! --- src/components/structures/HomePage.tsx | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index a9c755afc6..8058ddad93 100644 --- a/src/components/structures/HomePage.tsx +++ b/src/components/structures/HomePage.tsx @@ -109,7 +109,7 @@ const UserWelcomeTop = () => {

{ _t("Welcome %(name)s", { name: ownProfile.displayName }) }

-

{ _t("Now, lets help you get started") }

+

{ _t("Now, let's help you get started") }

; }; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 4e25dfbcac..a56e22e5fc 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2057,7 +2057,7 @@ "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.", "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", "Liberate your communication": "Liberate your communication", "Send a Direct Message": "Send a Direct Message",