From fc045ea20b3e2cecc386f7d85ac9fdf162183b95 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Tue, 6 Apr 2021 19:11:15 +0100
Subject: [PATCH] Add strings.

---
 en.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 6b1fa7c..f6c99db 100644
--- a/en.json
+++ b/en.json
@@ -161,7 +161,15 @@
                     "title": "Donate"
                 },
                 "source_code": "Source",
-                "feedback": "Feedback",
+                "feedback": {
+                    "title": "Feedback",
+                    "report": "What do you want to report?",
+                    "bug": "Bug",
+                    "feature": "Feature Request",
+                    "other": "Other",
+                    "describe": "Describe the issue.",
+                    "send": "Send Feedback"
+                },
                 "logOut": "Log Out"
             },
             "channel_pages": {
-- 
GitLab