From bbf034a59545ed6a8ddacfb7194123b681d8a1eb Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 7 Nov 2018 22:27:48 +0000 Subject: [PATCH] Update ToxicDetail.js --- .../client/components/ToxicDetail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/talk-plugin-toxic-comments/client/components/ToxicDetail.js b/plugins/talk-plugin-toxic-comments/client/components/ToxicDetail.js index 9530188f2..e1cab57c4 100644 --- a/plugins/talk-plugin-toxic-comments/client/components/ToxicDetail.js +++ b/plugins/talk-plugin-toxic-comments/client/components/ToxicDetail.js @@ -11,10 +11,10 @@ const getInfo = (toxicity, actions) => { let text = t('talk-plugin-toxic-comments.unlikely'); if (toxicity > 0.8) { text = t('talk-plugin-toxic-comments.highly_likely'); - } else if (toxicity >= 0.5) { - text = t('talk-plugin-toxic-comments.possibly'); } else if (toxicity >= 0.7) { text = t('talk-plugin-toxic-comments.likely'); + } else if (toxicity >= 0.5) { + text = t('talk-plugin-toxic-comments.possibly'); } return (