summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-08-02 08:34:34 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-02 08:34:34 -0400
commit2c23a4fe4907f826013571afdae6db52895f576e (patch)
treec485d6685570daed65bf956574ee1be9006152bd /webapp/i18n/en.json
parent42e74b509dc8a1be7798c030b1ad80f6c2755a73 (diff)
downloadchat-2c23a4fe4907f826013571afdae6db52895f576e.tar.gz
chat-2c23a4fe4907f826013571afdae6db52895f576e.tar.bz2
chat-2c23a4fe4907f826013571afdae6db52895f576e.zip
Added custom branding to login description (#3710)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1ca9ebd6d..f0c16bef7 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -691,6 +691,9 @@
"admin.team.brandTextDescription": "The custom branding Markdown-formatted text you would like to appear below your custom brand image on your login screen.",
"admin.team.brandTextTitle": "Custom Brand Text:",
"admin.team.brandTitle": "Enable Custom Branding: ",
+ "admin.team.brandDescriptionTitle": "Site Description",
+ "admin.team.brandDescriptionHelp": "Description of service shown in login screens and UI.",
+ "admin.team.brandDescriptionExample": "All team communication in one place, searchable and accessible anywhere",
"admin.team.chooseImage": "Choose New Image",
"admin.team.dirDesc": "When true, teams that are configured to show in team directory will show on main page inplace of creating a new team.",
"admin.team.dirTitle": "Enable Team Directory: ",
@@ -1748,6 +1751,6 @@
"web.footer.privacy": "Privacy",
"web.footer.terms": "Terms",
"web.header.back": "Back",
- "web.root.singup_info": "All team communication in one place, searchable and accessible anywhere",
+ "web.root.signup_info": "All team communication in one place, searchable and accessible anywhere",
"youtube_video.notFound": "Video not found"
}