From 7223a9fb310ab2f5665b7247d8f24144cbacbede Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Thu, 12 Mar 2020 21:49:55 +0000 Subject: Revert "Add alert message component and documentation" This reverts commit 71650fff20c0ad29eb05d770736386863324b64e. Reason for revert: Found an issue with Sass loader when compiling docs that needs to be addressed. Change-Id: Icdd1243665f60849bfb341594452687fcdaeebe2 --- src/locales/en-US.json | 3 ++- src/locales/es.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 019d5461..0bf40513 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -133,7 +133,8 @@ "password": "Password", "username": "Username", "alert": { - "message": "Invalid username or password" + "title": "Invalid username or password", + "action": "Try again after verifying your username and password are correct." } }, "pageOverview": { diff --git a/src/locales/es.json b/src/locales/es.json index a3e3ee09..48ed7748 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -16,7 +16,8 @@ "password": "Contraseña", "username": "Nombre de usuario", "alert": { - "message": "Usuario o contraseña invalido" + "title": "Usuario o contraseña invalido.", + "action": "Inténtalo de nuevo." }, "form": { "english": "Inglés", -- cgit v1.2.3