summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-23 19:06:17 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-08-23 18:06:17 -0400
commit9ab5a7996247c98ed6267b638e1b313e7c4eb8ff (patch)
tree95579883cd48370ee48259b2bec02b124df2f200 /webapp/i18n/en.json
parente406a92fbbfe36765ab66d9879a9c94546c7c281 (diff)
downloadchat-9ab5a7996247c98ed6267b638e1b313e7c4eb8ff.tar.gz
chat-9ab5a7996247c98ed6267b638e1b313e7c4eb8ff.tar.bz2
chat-9ab5a7996247c98ed6267b638e1b313e7c4eb8ff.zip
PLT-3745 - Deauthorize OAuth Apps (#3852)
* Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 378812455..0fb75e8b8 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1961,5 +1961,10 @@
"web.footer.terms": "Terms",
"web.header.back": "Back",
"web.root.signup_info": "All team communication in one place, searchable and accessible anywhere",
- "youtube_video.notFound": "Video not found"
+ "youtube_video.notFound": "Video not found",
+ "user.settings.security.deauthorize": "Deauthorize",
+ "user.settings.security.noApps": "No OAuth 2.0 Applications are authorized.",
+ "user.settings.security.oauthApps": "OAuth 2.0 Applications",
+ "user.settings.security.oauthAppsDescription": "Click 'Edit' to manage your OAuth 2.0 Applications",
+ "user.settings.security.oauthAppsHelp": "Applications act on your behalf to access your data based on the permissions you grant them."
}