Skip to content

Commit

Permalink
CN bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Nov 19, 2023
1 parent cd9722f commit 47e8632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"UNTRUE": {
"en": "{{thanks}}{{matched}}{{methodology}}*untrue*.❌{{image_caveat}}\n\nPlease do not spread it further⛔️⛔️\n\nThank you for keeping Singapore informed!",
"cn": "{thanks}}{{matched}}{{methodology}}不属实。❌{{image_caveat}}\n\n请不要转发⛔️⛔️\n\n感谢您对新加坡网络安全的支持和贡献!\n"
"cn": "{{thanks}}{{matched}}{{methodology}}不属实。❌{{image_caveat}}\n\n请不要转发⛔️⛔️\n\n感谢您对新加坡网络安全的支持和贡献!\n"
},
"MISLEADING": {
"en": "{{thanks}}{{matched}}{{methodology}}*presented in a misleading or unbalanced way*, even though some elements within could be true!⚠️{{image_caveat}}\n\nPlease take it with a pinch of salt and think twice before spreading it further🚧🚧.\n\nThank you for keeping Singapore informed!",
Expand Down
6 changes: 5 additions & 1 deletion functions/src/definitions/common/responseUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,11 @@ async function sendVotingStats(instancePath: string) {
} else truthCategory = "NA"

const categories = [
{ name: "trivial", count: irrelevantCount, isInfo: false },
{
name: responses.PLACEHOLDER_IRRELEVANT,
count: irrelevantCount,
isInfo: false,
},
{
name:
scamCount >= illicitCount
Expand Down

0 comments on commit 47e8632

Please sign in to comment.