From cc43d9f0ec99d7dc954de6dc667ca213e72aae67 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Mon, 5 Apr 2021 22:51:07 +0100
Subject: [PATCH] Add strings.

---
 en.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/en.json b/en.json
index 837387c..120069d 100644
--- a/en.json
+++ b/en.json
@@ -163,6 +163,13 @@
                 "feedback": "Feedback",
                 "logOut": "Log Out"
             },
+            "channel_pages": {
+                "overview": {
+                    "title": "Overview",
+                    "name": "Channel Name",
+                    "description": "Channel Description"
+                }
+            },
             "tips": {
                 "account": {
                     "a": "Looking to customise your public profile?",
-- 
GitLab