From 30f00aef77ff829a96deeba3045361ca832920bb Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Fri, 2 Jul 2021 13:55:13 +0100
Subject: [PATCH] Add strings.

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

diff --git a/en.json b/en.json
index dec6c48..68e4ee0 100644
--- a/en.json
+++ b/en.json
@@ -336,7 +336,11 @@
                     "create_invite_created": "Here is your new invite code:",
                     "confirm_kick": "Are you sure you want to kick {{name}}?",
                     "confirm_ban": "You are about to ban {{name}}",
-                    "confirm_ban_reason": "Ban Reason"
+                    "confirm_ban_reason": "Ban Reason",
+                    "unfriend_user": "Remove {{name}}?",
+                    "unfriend_user_long": "You may not be able to talk to them again until you add them back.",
+                    "block_user": "Block {{name}}?",
+                    "block_user_long": "Are you sure you want to block {{name}}? They will also be removed from your friends list."
                 },
                 "account": {
                     "change": {
@@ -351,7 +355,10 @@
                     "ban": "Ban",
                     "kick": "Kick",
                     "save": "Save",
+                    "block": "Block",
                     "close": "Close",
+                    "leave": "Leave",
+                    "remove": "Remove",
                     "delete": "Delete",
                     "create": "Create",
                     "update": "Update",
-- 
GitLab