From b40f8ce53831a590c0ffdd02f8da9fd35b7a3701 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sat, 24 Jul 2021 17:01:25 +0100
Subject: [PATCH] Add strings.

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

diff --git a/en.json b/en.json
index 32ee1b5..3dd84f8 100644
--- a/en.json
+++ b/en.json
@@ -302,10 +302,18 @@
                     "title": "Members"
                 },
                 "invites": {
-                    "title": "Invites"
+                    "title": "Invites",
+                    "code": "Invite Code",
+                    "invitor": "Invitor",
+                    "channel": "Channel",
+                    "revoke": "Revoke"
                 },
                 "bans": {
-                    "title": "Bans"
+                    "title": "Bans",
+                    "user": "User",
+                    "reason": "Ban Reason",
+                    "revoke": "Revoke",
+                    "no_reason": "No ban reason."
                 },
                 "roles": {
                     "title": "Roles"
-- 
GitLab