From 109db42b270662a05946bf9bae2908a3a5ce0a79 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sun, 14 Feb 2021 15:40:55 +0000
Subject: [PATCH] Add strings.

---
 en.json | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index de9e581..1cde3eb 100644
--- a/en.json
+++ b/en.json
@@ -80,7 +80,8 @@
             },
             "pages": {
                 "account": {
-                    "title": "My Account"
+                    "title": "My Account",
+                    "change_field": "Change"
                 },
                 "sessions": {
                     "title": "Sessions",
@@ -137,9 +138,19 @@
                     "confirm_leave": "Leave {{group_name}}?",
                     "confirm_leave_long": "You won't be able to rejoin unless you are re-invited."
                 },
+                "account": {
+                    "change": {
+                        "username": "Change your username",
+                        "email": "Change your email",
+                        "password": "Change your password"
+                    },
+                    "current_password": "Current Password",
+                    "enter_current": "Enter your current password."
+                },
                 "actions": {
                     "ok": "Ok",
                     "close": "Close",
+                    "update": "Update",
                     "reload": "Reload App",
                     "continue": "Continue",
                     "cancel": "Cancel"
-- 
GitLab