Fix: copyedit plugin to feature for built ins

This commit is contained in:
Jeff Wong 2018-05-15 17:34:52 -07:00
parent 58eb45a560
commit 4bd3362d0b
2 changed files with 2 additions and 2 deletions

View File

@ -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\"."

View File

@ -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: <a target='_blank' rel='noopener' href='https://momentjs.com/docs/#/parsing/string-format/'>momentjs string format</a>"
discourse_local_dates_default_timezones: "Default list of timezones, must be a valid <a target='_blank' rel='noopener' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>TZ</a>"