From 2722b4f63da4aea91d3293a1869bbbd7c96c841f Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Tue, 6 Jul 2021 13:28:43 +0100
Subject: [PATCH] Shorten keys.

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

diff --git a/en.json b/en.json
index 84fa3a6..cd4c555 100644
--- a/en.json
+++ b/en.json
@@ -165,8 +165,8 @@
                     "manage": {
                         "title": "Account Management",
                         "description": "Disable or delete your account at any time. This action will log you out and fully delete your account, including your chat history and friends.",
-                        "disable_account": "Disable Account",
-                        "delete_account": "Delete Account"
+                        "disable": "Disable Account",
+                        "delete": "Delete Account"
                     }
                 },
                 "profile": {
-- 
GitLab