From 34a5ac2fd80cffbf4ff190d5667ad3a22f9fbb97 Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Wed, 29 Aug 2018 18:29:16 -0400 Subject: [PATCH] Add 'discobot' to site setting description https://meta.discourse.org/t/where-exactly-can-i-disable-discobot/95920/3 --- plugins/discourse-narrative-bot/config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/discourse-narrative-bot/config/locales/server.en.yml b/plugins/discourse-narrative-bot/config/locales/server.en.yml index 221c81d7e83..1550fd9f6a3 100644 --- a/plugins/discourse-narrative-bot/config/locales/server.en.yml +++ b/plugins/discourse-narrative-bot/config/locales/server.en.yml @@ -1,6 +1,6 @@ en: site_settings: - discourse_narrative_bot_enabled: 'Enable Discourse Narrative Bot' + discourse_narrative_bot_enabled: 'Enable Discourse Narrative Bot (discobot)' disable_discourse_narrative_bot_welcome_post: "Disable the welcome post by Discourse Narrative Bot" discourse_narrative_bot_ignored_usernames: "Usernames that the Discourse Narrative Bot should ignore" discourse_narrative_bot_disable_public_replies: "Disable public replies by Discourse Narrative Bot"