From 4b9d7a37ca055b647039f0c5c2cd96929ffdac2e Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sun, 14 Feb 2021 16:48:48 +0000
Subject: [PATCH] Add failure string.

---
 en.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 1cde3eb..9b51f13 100644
--- a/en.json
+++ b/en.json
@@ -145,7 +145,8 @@
                         "password": "Change your password"
                     },
                     "current_password": "Current Password",
-                    "enter_current": "Enter your current password."
+                    "enter_current": "Enter your current password.",
+                    "failed": "Failed to change!"
                 },
                 "actions": {
                     "ok": "Ok",
-- 
GitLab