summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-16 18:08:23 -0700
committerCorey Hulen <corey@hulen.com>2016-03-16 18:08:23 -0700
commitdd13f0bc66584f9a27b31c9c4772dacddd89064c (patch)
tree5ab6b966c7e56c780ec91f1a628f1c4d5407166a /i18n/en.json
parent809779a87f4380b6802314271b06540a31b83f53 (diff)
parent200810b089147a0d927ff7aa24e0f4125a9d6f19 (diff)
downloadchat-dd13f0bc66584f9a27b31c9c4772dacddd89064c.tar.gz
chat-dd13f0bc66584f9a27b31c9c4772dacddd89064c.tar.bz2
chat-dd13f0bc66584f9a27b31c9c4772dacddd89064c.zip
Merge pull request #2426 from ZBoxApp/es-locs
Add missing spanish locale strings
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 9b9f57fca..0c32d8dc3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1016,6 +1016,10 @@
"translation": "Only a team admin can export data."
},
{
+ "id": "api.team.get_invite_info.not_open_team",
+ "translation": "Invite is invalid because this is not an open team."
+ },
+ {
"id": "api.team.import_team.admin.app_error",
"translation": "Only a team admin can import data."
},
@@ -3594,9 +3598,5 @@
{
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
- },
- {
- "id": "api.team.get_invite_info.not_open_team",
- "translation": "Invite is invalid because this is not an open team."
}
]