From 588b882a3acca644c2f65b67cd341c88fd97989d Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Thu, 1 Jul 2021 17:36:26 +0100 Subject: [PATCH] Add strings. --- en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en.json b/en.json index f7fe199..dec6c48 100644 --- a/en.json +++ b/en.json @@ -258,6 +258,9 @@ "title": "Overview", "name": "Channel Name", "description": "Channel Description" + }, + "permissions": { + "title": "Permissions" } }, "server_pages": { @@ -274,6 +277,9 @@ }, "bans": { "title": "Bans" + }, + "roles": { + "title": "Roles" } }, "tips": { -- GitLab