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",