From 721b2e7d67272dea898be55d935f4c9dbf821f6d Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 10 Sep 2019 09:55:34 -0400 Subject: [PATCH] [CORL-527] English copy tweaks (#2546) * English copy tweaks * fix: unit tests * Use reactions to be more general * fix: snapshots --- package-lock.json | 2 +- .../__snapshots__/advanced.spec.tsx.snap | 3 +- .../__snapshots__/general.spec.tsx.snap | 23 +++-- .../__snapshots__/moderation.spec.tsx.snap | 52 +++++------ .../__snapshots__/organization.spec.tsx.snap | 8 +- .../__snapshots__/wordList.spec.tsx.snap | 24 +---- .../renderConfigure.spec.tsx.snap | 16 ++-- .../configure/streamConfiguration.spec.tsx | 2 +- .../__snapshots__/account.spec.tsx.snap | 4 +- src/core/server/locales/en-US/errors.ftl | 4 +- src/locales/en-US/admin.ftl | 87 +++++++++---------- src/locales/en-US/stream.ftl | 28 +++--- 12 files changed, 113 insertions(+), 140 deletions(-) diff --git a/package-lock.json b/package-lock.json index b472d7d67..7343c5b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24246,7 +24246,7 @@ "dependencies": { "async": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", "dev": true } diff --git a/src/core/client/admin/test/configure/__snapshots__/advanced.spec.tsx.snap b/src/core/client/admin/test/configure/__snapshots__/advanced.spec.tsx.snap index 88b0d59c0..8f16c695a 100644 --- a/src/core/client/admin/test/configure/__snapshots__/advanced.spec.tsx.snap +++ b/src/core/client/admin/test/configure/__snapshots__/advanced.spec.tsx.snap @@ -245,7 +245,8 @@ each of your site’s stories.

- When enabled, there will be real-time loading and updating of comments as new comments and replies are published + When enabled, there will be real-time loading and updating of comments. +When disabled, users will have to refresh the page to see new comments.

- Open or close comment streams for new comments sitewide. When new comments -are turned off sitewide, new comments cannot be submitted, but existing -comments can continue to receive “Respect” reactions, be reported, and be -shared. + Open or close comment streams for new comments sitewide. +When new comments are turned off, new comments cannot be +submitted, but existing comments can continue to receive +reactions, be reported, and be shared.

- Write a summary of your community guidelines that will appear -at the top of each comment stream sitewide. Your summary can be -formatted using Markdown Syntax. More information on how to use -Markdown can be found + This will appear above the comments sitewide. +You can format the text using Markdown. +More information on how to use Markdown + - Write a message to appear after a story is closed for commenting. + Write a message to appear when a story is closed for commenting.

Allow your community to engage with one another and express themselves -with one-click reactions. By default, Coral allows commenters to -"Respect" each other's comments, but you may customize reaction text -based on the needs of your community. +with one-click reactions. By default, Coral allows commenters to "Respect" +each other's comments.

- The period of time over which a user’s rejection rate is calculated. + Amount of time to calculate a commenter's rejection rate.

- Prevents repeat offenders from publishing comments without approval. -After a commenter's rejection rate rises above the defined threshold -below, their next submitted comments are - - sent to Pending for -moderator approval. - - The filter is removed when their rejection rate -falls below the threshold. + Prevents repeat offenders from publishing comments without approval. +When a commenter's rejection rate is above the threshold, their +comments are sent to Pending for moderator approval. This does not +apply to Staff comments.

- A user’s rejected comments divided by their published comments, over -the time period set below (does not include comments pending for -toxicity, spam or pre-moderation.) + Rejected comments ÷ (rejected comments + published comments) +over the timeframe above, as a percentage. It does not include +comments pending for toxicity, spam or pre-moderation.

- Using the Perspective API, the Toxic Comment filter warns users when comments exceed the predefined toxicity -threshold. Comments with a toxicity score above the threshold + Using the Perspective API, the Toxic Comment filter warns users +when comments exceed the predefined toxicity threshold. +Comments with a toxicity score above the threshold + will not be published @@ -450,7 +447,8 @@ the Pending Queue for review by a moderator - . If approved by a moderator, the comment will be published. + . +If approved by a moderator, the comment will be published.

- Choose your Perspective Model. The default is TOXICITY. You can find out more about model choices + Choose your Perspective Model. The default is TOXICITY. +You can find out more about model choices - Submitted comments are passed to the Akismet API for spam detection. -If a comment is determined to be spam, it will prompt the user, -indicating that the comment might be considered spam. -If the user continues after this point with the still spam-like comment, -the comment will be marked as containing spam, - - will not be published - - and -are placed in the - - Pending Queue for review by a moderator - - . If approved by a moderator, -the comment will be published. + The Akismet API filter warns users when a comment is determined likely +to be spam. Comments that Akismet thinks are spam will not be published +and are placed in the Pending Queue for review by a moderator. +If approved by a moderator, the comment will be published.

- This email address will be used as in emails and across -the platform for community members to get in touch with -the organization should they have any questions about the -status of their accounts or moderation questions. + Open or close comment streams for new comments sitewide. When new comments +are turned off sitewide, new comments cannot be submitted, but existing +comments can continue to receive reactions, be reported, and be +shared.

- Separate banned words or phrases with a new line. Attempting to copy -and paste a comma separated list? - - Learn how to convert your list -to a new line separated list. - + Separate banned words or phrases with a new line.