From 2e8f8cb0a9a91b1099c6b01f12419f574182846c Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Thu, 10 Jun 2021 11:44:03 +0100
Subject: [PATCH] Change uploading string.

---
 en.json | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/en.json b/en.json
index 21c162a..7840390 100644
--- a/en.json
+++ b/en.json
@@ -70,7 +70,7 @@
                 "message_where": "Message {{channel_name}}",
                 "message_who": "Message {{person}}",
                 "message_saved": "Save to your notes",
-                "uploading_file": "Uploading file…",
+                "uploading_file": "Uploading…",
                 "failed_upload": "Failed to upload!",
                 "attached_file": "Attached {{filename}}",
                 "typing": {
@@ -108,12 +108,16 @@
             "groups": {
                 "create": "Create a group.",
                 "name": "Group Name",
+                "description": "Group Description",
                 "owner": "Group Owner"
             },
             "servers": {
                 "create": "Create a server.",
                 "name": "Server Name",
+                "description": "Server Description",
                 "channel_name": "Channel Name",
+                "channel_description": "Channel Description",
+                "custom_banner": "Custom Banner",
                 "owner": "Server Owner"
             }
         },
@@ -125,7 +129,8 @@
             },
             "actions": {
                 "remove": "Remove",
-                "upload": "Upload (max {{filesize}})"
+                "upload": "Upload",
+                "max_filesize": "(max {{filesize}})"
             },
             "pages": {
                 "account": {
@@ -224,6 +229,12 @@
                     "description": "Channel Description"
                 }
             },
+            "server_pages": {
+                "overview": {
+                    "name": "Server Name",
+                    "description": "Channel Description"
+                }
+            },
             "tips": {
                 "account": {
                     "a": "Looking to customise your public profile?",
-- 
GitLab