From 0b24cc8541de31180ad4602e95831cb5b6c90436 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 1 May 2017 16:41:17 -0700 Subject: [PATCH] fix invite description --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d3384d09819..b133af0942a 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1058,7 +1058,7 @@ en: invite_expiry_days: "How long user invitation keys are valid, in days" invite_passthrough_hours: "How long a user can use a previously redeemed invitation key to log in, in hours" - invite_only: "Public registration is disabled, all new users must be explicitly invited by other members or staff." + invite_only: "Public registration is disabled, all new users must be explicitly invited by staff." login_required: "Require authentication to read content on this site, disallow anonymous access."