From 699538232386d64a46a8d93397a5348e3ea82a26 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 10 Apr 2018 09:51:29 +1000 Subject: [PATCH] update copy --- 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 b27819ca09e..c6bde6648b7 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1127,7 +1127,7 @@ en: whitelist_internal_hosts: "A list of internal hosts that discourse can safely crawl for oneboxing and other purposes" allowed_iframes: "A list of iframe src domain prefixes that discourse can safely allow in posts" whitelisted_crawler_user_agents: 'User agents of web crawlers that should be allowed to access the site.' - blacklisted_crawler_user_agents: 'User agents of web crawlers that should not be allowed to access the site. Does not apply if whitelist is defined.' + blacklisted_crawler_user_agents: 'Unique case insensitive word in the user agent string identifying web crawlers that should not be allowed to access the site. Does not apply if whitelist is defined.' slow_down_crawler_user_agents: 'User agents of web crawlers that should be rate limited in robots.txt using the Crawl-delay directive' slow_down_crawler_rate: 'If slow_down_crawler_user_agents is specified this rate will apply to all the crawlers (number of seconds delay between requests)' top_menu: "Determine which items appear in the homepage navigation, and in what order. Example latest|new|unread|categories|top|read|posted|bookmarks"