summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-17 12:27:03 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-17 12:27:03 -0400
commit0fe75cb7826944a3352705d5e78eba1d12cc213a (patch)
treee7391d4540f42c9dea23631217b8823db43d632e /i18n/en.json
parent5580c28e54015b78893c33cc3bf41da75712c4cb (diff)
downloadchat-0fe75cb7826944a3352705d5e78eba1d12cc213a.tar.gz
chat-0fe75cb7826944a3352705d5e78eba1d12cc213a.tar.bz2
chat-0fe75cb7826944a3352705d5e78eba1d12cc213a.zip
PLT-1909 Removed the ability to edit system posts (#3013)
* Removed the ability to edit system posts * Added increased timeout to SpinnerButton unit tests
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 abdc647b7..40f722add 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -936,6 +936,10 @@
"translation": "Already deleted id={{.PostId}}"
},
{
+ "id": "api.post.update_post.system_message.app_error",
+ "translation": "Unable to update system message"
+ },
+ {
"id": "api.post_get_post_by_id.get.app_error",
"translation": "Unable to get post"
},