From 9222ee57a586496b191db0ca75908b26549fc3aa Mon Sep 17 00:00:00 2001 From: Harrison Reid Date: Thu, 4 Oct 2018 18:44:26 +1000 Subject: [PATCH 1/3] Update text and description in moderation configure view Rename include_comment_stream to code_of_conduct_summary, update text. Rename include_comment_stream_desc to code_of_conduct_summary_desc, update text. --- .../src/routes/Configure/components/StreamSettings.js | 4 ++-- locales/ar.yml | 4 ++-- locales/da.yml | 4 ++-- locales/de.yml | 4 ++-- locales/en.yml | 6 +++--- locales/es.yml | 4 ++-- locales/fi_FI.yml | 4 ++-- locales/fr.yml | 4 ++-- locales/nl_NL.yml | 4 ++-- locales/pt_BR.yml | 8 ++++---- locales/zh_CN.yml | 4 ++-- locales/zh_TW.yml | 4 ++-- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/client/coral-admin/src/routes/Configure/components/StreamSettings.js b/client/coral-admin/src/routes/Configure/components/StreamSettings.js index 969155d48..5f98da3d7 100644 --- a/client/coral-admin/src/routes/Configure/components/StreamSettings.js +++ b/client/coral-admin/src/routes/Configure/components/StreamSettings.js @@ -155,9 +155,9 @@ class StreamSettings extends React.Component { -

{t('configure.include_comment_stream_desc')}

+

{t('configure.code_of_conduct_summary_desc')}

Date: Sat, 20 Oct 2018 08:43:13 +1100 Subject: [PATCH 2/3] Add Code of Conduct Link --- .../routes/Configure/components/StreamSettings.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/client/coral-admin/src/routes/Configure/components/StreamSettings.js b/client/coral-admin/src/routes/Configure/components/StreamSettings.js index 5f98da3d7..5ce329f69 100644 --- a/client/coral-admin/src/routes/Configure/components/StreamSettings.js +++ b/client/coral-admin/src/routes/Configure/components/StreamSettings.js @@ -157,7 +157,17 @@ class StreamSettings extends React.Component { onCheckbox={this.updateInfoBoxEnable} title={t('configure.code_of_conduct_summary')} > -

{t('configure.code_of_conduct_summary_desc')}

+

+ {t('configure.code_of_conduct_summary_desc')} +   + + Code of Conduct Guide. + +

Date: Fri, 26 Oct 2018 22:52:19 +0530 Subject: [PATCH 3/3] typo fix : whih to which (#2039) typo fix : whih to which --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57451e00..dd04b096f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You’ve installed Talk on your server, and you’re preparing to launch it on y ## Advanced Usage -For advanced configuration and usage of Talk, check out our [Configuration](https://docs.coralproject.net/talk/advanced-configuration/) and [Integration](https://docs.coralproject.net/talk/integrating/authentication/) how-tos. This covers topics in whih you will need dev support to fully customize and integrate Talk, such as SSO/authentication, creating and managing assets and articles, styling Talk with custom CSS, and setting up Notifications and SMTP support. +For advanced configuration and usage of Talk, check out our [Configuration](https://docs.coralproject.net/talk/advanced-configuration/) and [Integration](https://docs.coralproject.net/talk/integrating/authentication/) how-tos. This covers topics in which you will need dev support to fully customize and integrate Talk, such as SSO/authentication, creating and managing assets and articles, styling Talk with custom CSS, and setting up Notifications and SMTP support. ## Versions & Upgrading