diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 0a33507b42e..5d722ec5e42 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -3599,8 +3599,8 @@ en:
quit: "Maybe Later"
staff_count:
- one: "Your community has 1 staff member. "
- other: "Your community has %{count} staff members."
+ one: "Your community has 1 staff (you). "
+ other: "Your community has %{count} staff, including you."
invites:
add_user: "add"
diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index 6e4d64e8f47..44f2d786ca2 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -3497,7 +3497,7 @@ en:
description: "General contact web page for you or your organization. Will be displayed on your about page."
site_contact:
label: "Automated Messages"
- description: "All automated Discourse personal messages will be sent from this user, such as the welcome message sent to each new user."
+ description: "All automated Discourse personal messages will be sent from this user, such as flag warnings and backup completion notices."
corporate:
title: "Organization"
@@ -3563,7 +3563,7 @@ en:
invites:
title: "Invite Staff"
- description: "You’re almost done! Let’s invite some staff members to help seed your discussions with interesting topics and replies to get your community started."
+ description: "You’re almost done! Let’s invite some people to help seed your discussions with interesting topics and replies to get your community started."
finished:
title: "Your Discourse is Ready!"