summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-06-15 08:00:55 -0400
committerGitHub <noreply@github.com>2016-06-15 08:00:55 -0400
commit1cfb35fd32478917ddf8becb7e438280db19d66a (patch)
treeb5f0e3157201767f2fd7df87be73617034f35a42 /i18n/en.json
parentf6b4a611d0ef28d5f08959a51c31ad480df1883a (diff)
downloadchat-1cfb35fd32478917ddf8becb7e438280db19d66a.tar.gz
chat-1cfb35fd32478917ddf8becb7e438280db19d66a.tar.bz2
chat-1cfb35fd32478917ddf8becb7e438280db19d66a.zip
Fix channels showing up across teams when multiple teams open in same browser (#3329)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index ddadc6e6f..f83474030 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -204,6 +204,10 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.channel.get_channel.wrong_team.app_error",
+ "translation": "There is no channel with channel_id={{.ChannelId}} on team with team_id={{.TeamId}}"
+ },
+ {
"id": "api.channel.get_channel_counts.app_error",
"translation": "Unable to get channel counts from the database"
},