summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-29 14:52:08 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-29 14:52:08 -0500
commit7ff7c864611590347cb6a230d31635ecabdc4f25 (patch)
treea7a5512c6ed956aef438d71c1f8c3eeae34057a6 /web/static/i18n/en.json
parent6a160c82552f4c9ae9d75db7d691b322fff21f19 (diff)
parentedc0e3868790f12920543a6bd9fa96aa4ca3b4ed (diff)
downloadchat-7ff7c864611590347cb6a230d31635ecabdc4f25.tar.gz
chat-7ff7c864611590347cb6a230d31635ecabdc4f25.tar.bz2
chat-7ff7c864611590347cb6a230d31635ecabdc4f25.zip
Merge pull request #2023 from ZBoxApp/PLT-7-templates
PLT-7: Refactoring frontend (chunk 6)
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json6
1 files changed, 4 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",