From c672ee282aeed8a630ed0004fac5cbf26fe0b9b2 Mon Sep 17 00:00:00 2001 From: tshenry Date: Tue, 30 Mar 2021 13:51:12 -0700 Subject: [PATCH] Improve details_enabled site setting description copy (#12560) The `details_enabled` site setting description did not clearly convey what it controls. The copy change was discussed here: https://meta.discourse.org/t/183923 --- plugins/discourse-details/config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/discourse-details/config/locales/server.en.yml b/plugins/discourse-details/config/locales/server.en.yml index 0e783318ea..a616075d71 100644 --- a/plugins/discourse-details/config/locales/server.en.yml +++ b/plugins/discourse-details/config/locales/server.en.yml @@ -1,5 +1,5 @@ en: site_settings: - details_enabled: 'Enable the details feature. If you change this, you must rebake all posts with: "rake posts:rebake".' + details_enabled: 'Include the ability to add expandable details to a post. This feature can be found in the toolbar popup menu of the composer. You must rebake all posts with "rake posts:rebake" if you change this setting.' details: excerpt_details: "(click for more details)"