From 30c8851b22a2bda3017357177dfe23256502153c Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Tue, 6 Jul 2021 13:27:03 +0100
Subject: [PATCH] Merge

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

diff --git a/en.json b/en.json
index 6328661..84fa3a6 100644
--- a/en.json
+++ b/en.json
@@ -155,16 +155,16 @@
                 "account": {
                     "title": "My Account",
                     "change_field": "Change",
-                    "tooltip_ulid": "This is your unique user identificator for your account.",
-                    "two_factor_auth": {
+                    "unique_id": "This is your unique user identificator",
+                    "2fa": {
                         "title": "Two-factor Authentication",
                         "description": "Add an extra layer of security by enabling 2FA on your account.",
                         "add_auth": "Add Authentificator",
                         "remove_auth": "Remove Authentificator"
                     },
-                    "account_management": {
+                    "manage": {
                         "title": "Account Management",
-                        "description": "Disable, schedule your deletion or outright delete your account at any time. This action will log you out and fully delete your account, including your chat history and friends.",
+                        "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"
                     }
@@ -326,6 +326,7 @@
         },
         "special": {
             "copy_username": "Click to copy username",
+            "copy": "Click to copy",
             "friends": {
                 "pending": "Pending requests",
                 "sent": "Outgoing",
@@ -394,6 +395,7 @@
                     "remove": "Remove",
                     "delete": "Delete",
                     "create": "Create",
+                    "reveal": "Reveal",
                     "update": "Update",
                     "cancel": "Cancel",
                     "preview": "Preview",
-- 
GitLab