From 8a87d6d33c82281be56dea8702f389b298fd0565 Mon Sep 17 00:00:00 2001 From: amirch1 Date: Wed, 4 Oct 2017 09:11:39 +0300 Subject: [PATCH] fix(login): updated placeholder text for user name and password fields --- src/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 1f75649f0a..c57f986f3e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -64,8 +64,8 @@ "title": "Login", "forgotPassword": "Forgot password?", "placeholder": { - "username": "Username", - "password": "Password" + "username": "Enter Email", + "password": "Enter Password" } }, "invalidLoginHash": {