From 8010ed3ba11ed32b5d184c219f9021bd1a28fa43 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 3 Mar 2014 23:30:43 -0800 Subject: [PATCH] we don't use the term "nickname" use -> "username" --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index fa5c2f17c63..e137815f94c 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -569,8 +569,8 @@ en: allow_uncategorized_topics: "Allow topics to be created without a category. NOTE: After changing this setting, all clients will need to reload their browsers for the change to take effect." allow_duplicate_topic_titles: "Allow topics with identical titles" unique_posts_mins: "How many minutes before a user can make a post with the same content again" - enforce_global_nicknames: "Enforce global nickname uniqueness (WARNING: only change this during initial setup)" - discourse_org_access_key: "The access key used to access the Discourse Hub nickname registry at discourse.org" + enforce_global_nicknames: "Enforce global username uniqueness (WARNING: only change this during initial setup)" + discourse_org_access_key: "The access key used to access the Discourse Hub username registry at discourse.org" educate_until_posts: "Show pop-up composer education panel until the user has made this many posts" title: "Title of this site, will be used in the title tag and elsewhere" site_description: "Describe this forum in one sentence. This description will be used in the meta description tag."