Skip to content

Commit 00e4a84

Browse files
authored
COPY: Update sentiment report descriptions to clarify how it works (#881)
1 parent 34a59b6 commit 00e4a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/locales/server.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ en:
109109
reports:
110110
overall_sentiment:
111111
title: "Overall sentiment"
112-
description: "This chart compares the number of posts classified either positive or negative."
112+
description: "The chart compares the number of posts classified as either positive or negative. These are calculated when positive or negative scores > the set threshold score. This means neutral posts are not shown. Private messages (PMs) are also excluded."
113113
xaxis: "Positive(%)"
114114
yaxis: "Date"
115115
post_emotion:
116116
title: "Post emotion"
117-
description: "Number of posts classified with one of the following emotions, grouped by poster's trust level."
117+
description: "Number of posts classified with one of the following emotions, grouped by poster's trust level. Posts that are not positive or negative and considered neutral, are not shown. Private messages (PMs) are also excluded."
118118
xaxis:
119119
yaxis:
120120

0 commit comments

Comments
 (0)