From b79a14f00c5d27b374062c75eb2ec51a1e557caa Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Thu, 30 Nov 2023 13:28:55 +0000 Subject: [PATCH] chore: edit template responses to ask user to email --- components/pages/inspector/ReportActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/inspector/ReportActions.tsx b/components/pages/inspector/ReportActions.tsx index 86186f4..1f69237 100644 --- a/components/pages/inspector/ReportActions.tsx +++ b/components/pages/inspector/ReportActions.tsx @@ -48,7 +48,7 @@ const template: Record string> = { "not enough evidence": (ref) => `Your report (${ref}) has not been actioned at this time due to a lack of supporting evidence, if you have additional information to support your report, please either report individual relevant messages or send an email to contact@revolt.chat.`, clarify: (ref) => - `Your report (${ref}) needs clarification, please provide additional information.`, + `Your report (${ref}) needs clarification, please provide additional information. You can report the messages again, report additional messages, or send an email to contact@revolt.chat.`, acknowledged: (ref) => `Your report (${ref}) has been acknowledged, we will be monitoring the situation.`, default: (ref) =>