From e3b83ab17a6021de7957a3030d5ead6d9eeb38d3 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Fri, 6 Aug 2021 21:07:04 +0100
Subject: [PATCH] Add strings.

---
 en.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/en.json b/en.json
index 3c766aa..7c91af7 100644
--- a/en.json
+++ b/en.json
@@ -280,12 +280,12 @@
                 "source_code": "Source Code",
                 "feedback": {
                     "title": "Feedback",
-                    "report": "What do you want to report?",
-                    "bug": "Bug",
-                    "feature": "Feature Request",
-                    "other": "Other",
-                    "describe": "Please describe the issue.",
-                    "send": "Send Feedback"
+                    "suggest": "Submit feature suggestion",
+                    "suggest_desc": "Suggest new Revolt features on GitHub discussions.",
+                    "issue": "Create a new issue",
+                    "issue_desc": "To help us more easily triage issues, you can create an issue on GitHub.",
+                    "bug": "Bug Tracker",
+                    "bug_desc": "View currently active bug reports here."
                 },
                 "logOut": "Log Out"
             },
-- 
GitLab