summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-04-30 17:57:57 +0800
committerGitHub <noreply@github.com>2018-04-30 17:57:57 +0800
commit30011f67e88935f750bced6530e8ee92b352b7a3 (patch)
treeb4ec005faa0f11927669499a030c851efa15723b /i18n
parent2e6b3da1d3466db379fef0d61a23e2878d17ee9d (diff)
downloadchat-30011f67e88935f750bced6530e8ee92b352b7a3.tar.gz
chat-30011f67e88935f750bced6530e8ee92b352b7a3.tar.bz2
chat-30011f67e88935f750bced6530e8ee92b352b7a3.zip
[MM-10354] Add feature to remove team icon (#8684)
* set team.LastTeamIconUpdate to 0 when removing team icon * add APIv4 for removing team icon * removed comment and updated typo on AppError
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 172ea47b1..3825ad3e2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2459,6 +2459,10 @@
"translation": "Could not encode team icon"
},
{
+ "id": "api.team.remove_team_icon.get_team.app_error",
+ "translation": "An error occurred getting the team"
+ },
+ {
"id": "api.team.set_team_icon.get_team.app_error",
"translation": "An error occurred getting the team"
},
@@ -2483,6 +2487,10 @@
"translation": "Unable to upload team icon. File is too large."
},
{
+ "id": "api.team.team_icon.update.app_error",
+ "translation": "An error occurred updating the team icon"
+ },
+ {
"id": "api.team.set_team_icon.write_file.app_error",
"translation": "Could not save team icon"
},