From 514128329506339d6c41f48e479e072957f9dbc9 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 3 Mar 2020 18:23:52 -0600 Subject: Update login error message Updating the login error message when a user enters an incorrect username of password. This is being updated to provide a more descriptive message to the user that can also be easily translated in multiple languages. Signed-off-by: Derick Montague Change-Id: I6d798f74cfe3968496c7c14341f3aa10ccabbe75 --- src/locales/en.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/locales/en.json b/src/locales/en.json index 5e544dc3..b8b54656 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -133,9 +133,8 @@ "password": "Password", "username": "Username", "alert": { - "title": "Invalid username or password.", - "action": "Please try again." - }, + "title": "Invalid username or password", + "action": "Try again after verifying your username and password are correct.", "form": { "english": "English", "spanish": "Spanish" -- cgit v1.2.3