diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 306c74b85..0df03d86f 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -467,7 +467,7 @@
"serverId": "Server ID",
"sessionConversations": "Conversations",
"sessionInviteAFriend": "Invite a Friend",
- "sessionInviteAFriendDescription": "Copy your Account ID then share it with your friends so they can message you.",
+ "shareAccountIdDescription": "Invite your friend to chat with you on Session by sharing your Account ID with them.",
"sessionInviteAFriendIDCopied": "Share with your friends wherever you usually speak with them — then move the conversation here.",
"sessionMessenger": "Session",
"sessionRecoveryPassword": "Recovery Password",
diff --git a/ts/components/leftpane/overlay/OverlayInvite.tsx b/ts/components/leftpane/overlay/OverlayInvite.tsx
index f42d1513d..3e4aba00d 100644
--- a/ts/components/leftpane/overlay/OverlayInvite.tsx
+++ b/ts/components/leftpane/overlay/OverlayInvite.tsx
@@ -42,7 +42,7 @@ const StyledDescription = styled.div`
text-align: center;
margin: 0 auto;
text-align: center;
- padding: 0 var(--margins-md);
+ padding: 0 var(--margins-sm);
`;
const StyledButtonerContainer = styled.div`
@@ -99,7 +99,7 @@ export const OverlayInvite = () => {
/>
- {window.i18n('sessionInviteAFriendDescription')}
+ {window.i18n('shareAccountIdDescription')}