From 3c3dc02e94d859e3bc1e47030df57b95e9a3c4bc Mon Sep 17 00:00:00 2001
From: nizune <9-nizune@users.noreply.gitlab.insrt.uk>
Date: Tue, 6 Jul 2021 14:24:39 +0200
Subject: [PATCH] Added strings for My Account page

---
 en.json | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 29bfb4b..6328661 100644
--- a/en.json
+++ b/en.json
@@ -154,7 +154,20 @@
             "pages": {
                 "account": {
                     "title": "My Account",
-                    "change_field": "Change"
+                    "change_field": "Change",
+                    "tooltip_ulid": "This is your unique user identificator for your account.",
+                    "two_factor_auth": {
+                        "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": {
+                        "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.",
+                        "disable_account": "Disable Account",
+                        "delete_account": "Delete Account"
+                    }
                 },
                 "profile": {
                     "title": "Profile",
-- 
GitLab