From 2f918b5f94820363321d694dd64c697d6c5c2e99 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sun, 14 Feb 2021 17:06:53 +0000 Subject: [PATCH] Move keys to login object. --- en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en.json b/en.json index 9b51f13..c446e7c 100644 --- a/en.json +++ b/en.json @@ -12,11 +12,13 @@ "email": "Email", "password": "Password", "invite": "Invite Code", + "current_password": "Current Password", "enter": { "username": "Enter a username.", "email": "Enter your email.", "password": "Enter your password.", - "invite": "Enter your invite code." + "invite": "Enter your invite code.", + "current_password": "Enter your current password." }, "forgot": "Forgot your password?", "reset": "Reset password.", @@ -144,8 +146,6 @@ "email": "Change your email", "password": "Change your password" }, - "current_password": "Current Password", - "enter_current": "Enter your current password.", "failed": "Failed to change!" }, "actions": { -- GitLab