summaryrefslogtreecommitdiffstats
path: root/web/static
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-29 13:48:12 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-29 13:50:48 -0300
commit6b7438b52fdaabe46cb298af1b325c3d8ece1af4 (patch)
tree886be79724c7ed55452986a32e8aeaf09407083b /web/static
parent5c3fefe1a18a6b81de5d03802ee1a3f42161a38a (diff)
downloadchat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.gz
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.bz2
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.zip
PLT-7: Refactoring frontend (chunk 6)
- Authorize - Signup Team Confirm - Footer
Diffstat (limited to 'web/static')
-rw-r--r--web/static/i18n/en.json6
-rw-r--r--web/static/i18n/es.json2
2 files changed, 6 insertions, 2 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 1a82660fd..45000a890 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -397,8 +397,8 @@
"admin.user_item.makeInactive": "Make Inactive",
"admin.user_item.resetPwd": "Reset Password",
"authorize.title": "An application would like to connect to your {teamName} account",
- "authorize.app": "The app {appName} would like the ability to access and modify your basic information.",
- "authorize.access": "Allow {appName} access?",
+ "authorize.app": "The app <strong>{appName}</strong> would like the ability to access and modify your basic information.",
+ "authorize.access": "Allow <strong>{appName}</strong> access?",
"authorize.deny": "Deny",
"authorize.allow": "Allow",
"claim.account.noEmail": "No email specified",
@@ -470,6 +470,8 @@
"password_send.description": "To reset your password, enter the email address you used to sign up for {teamName}.",
"password_send.reset": "Reset my password",
"signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.",
+ "signup_team_confirm.title": "Sign up Complete",
+ "signup_team_confirm.checkEmail": "Please check your email: <strong>{email}</strong><br />Your email contains a link to set up your team",
"signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.",
"signup_team.choose": "Choose a Team",
"signup_team.createTeam": "Or Create a Team",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index d54c99535..48412510d 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -484,6 +484,8 @@
"signup_team.noTeams": "No hay equipos en el Directorio de Equipos y la creación de equipos ha sido deshabilitada.",
"signup_team.none": "No se ha habilitado ningún método para creación de equipos. Por favor contacta a un administrador de sistema para solicitar acceso.",
"signup_team_complete.completed": "Ya haz completado el proceso de entrada para esta invitación, o esta invitación ya ha expirado.",
+ "signup_team_confirm.checkEmail": "Por favor revisa tu correo electrónico: <strong>{email}</strong><br />Se ha enviado un correo con un enlace para configurar tu equipo",
+ "signup_team_confirm.title": "Registro Completado",
"signup_user_completed.choosePwd": "Escoge tu contraseña",
"signup_user_completed.chooseUser": "Escoge tu nombre de usuario",
"signup_user_completed.create": "Crea una Cuenta",