diff --git a/functions/src/definitions/common/responseUtils.ts b/functions/src/definitions/common/responseUtils.ts index d5388c6..8e65dae 100644 --- a/functions/src/definitions/common/responseUtils.ts +++ b/functions/src/definitions/common/responseUtils.ts @@ -352,7 +352,7 @@ async function sendVotingStats(instancePath: string) { name: scamCount >= illicitCount ? responses.PLACEHOLDER_SCAM - : responses.PLACEHOLDER_ILLICIT, + : responses.PLACEHOLDER_SUSPICIOUS, count: susCount, isInfo: false, },