summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorPoornima <mpoornima@users.noreply.github.com>2017-02-27 00:18:01 +0530
committerJoram Wilander <jwawilander@gmail.com>2017-02-26 13:48:01 -0500
commitc0bb6f99f89259f6728856ace23d5dd505494b26 (patch)
tree024fb446bef25eb74763da14f8e98a6685807af6 /i18n
parent04f4545bbd6c9a1f85071483e96e29684871d547 (diff)
downloadchat-c0bb6f99f89259f6728856ace23d5dd505494b26.tar.gz
chat-c0bb6f99f89259f6728856ace23d5dd505494b26.tar.bz2
chat-c0bb6f99f89259f6728856ace23d5dd505494b26.zip
Updating user attributes on oauth login (#5324)
Moving update function to app package Fixing duplicate userID on create user test
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c4256851f..8aebd4adc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2340,6 +2340,10 @@
"translation": "{{.Service}} SSO through OAuth 2.0 not available on this server"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Could not get user from {{.Service}} user object"
+ },
+ {
"id": "api.user.create_profile_image.default_font.app_error",
"translation": "Could not create default profile image font"
},