From 4bd3362d0b8e6403b3cf392f468ef3d1baebe0fc Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Tue, 15 May 2018 17:34:52 -0700 Subject: [PATCH] Fix: copyedit plugin to feature for built ins --- plugins/discourse-details/config/locales/server.en.yml | 2 +- plugins/discourse-local-dates/config/locales/server.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/discourse-details/config/locales/server.en.yml b/plugins/discourse-details/config/locales/server.en.yml index cca3dd701c..80264438ca 100644 --- a/plugins/discourse-details/config/locales/server.en.yml +++ b/plugins/discourse-details/config/locales/server.en.yml @@ -1,3 +1,3 @@ en: site_settings: - details_enabled: "Enable the details plugin. If you change this, you must rebake all posts with: \"rake posts:rebake\"." + details_enabled: "Enable the details feature. If you change this, you must rebake all posts with: \"rake posts:rebake\"." diff --git a/plugins/discourse-local-dates/config/locales/server.en.yml b/plugins/discourse-local-dates/config/locales/server.en.yml index f08e768c5a..a952dec4c6 100644 --- a/plugins/discourse-local-dates/config/locales/server.en.yml +++ b/plugins/discourse-local-dates/config/locales/server.en.yml @@ -1,5 +1,5 @@ en: site_settings: - discourse_local_dates_enabled: "Enable the discourse-local-dates plugin. This will add support to local timezone aware dates in posts using the [date] element." + discourse_local_dates_enabled: "Enable the discourse-local-dates feature. This will add support to local timezone aware dates in posts using the [date] element." discourse_local_dates_default_formats: "Frequently used date time formats, see: momentjs string format" discourse_local_dates_default_timezones: "Default list of timezones, must be a valid TZ"