summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-04-11 09:04:56 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-11 09:04:56 -0400
commit29e1a853601514284c2af3f3302f30ad0d3c6d54 (patch)
treef06e39d3fc31684359888657512b13e2b7719277 /i18n
parent81e7e853697263f25ca505cc9b2cd50c6e2fe739 (diff)
downloadchat-29e1a853601514284c2af3f3302f30ad0d3c6d54.tar.gz
chat-29e1a853601514284c2af3f3302f30ad0d3c6d54.tar.bz2
chat-29e1a853601514284c2af3f3302f30ad0d3c6d54.zip
PLT-2553 Additional backstage UI Improvements (#2673)
* Renamed Commands to Slash Commands in backstage UI * Updated displayed info for listed commands and outgoing webhooks * Disallowed empty outgoing webhook trigger words and improved client-side validation for them
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 17f1ba7c8..c730f5711 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2352,6 +2352,10 @@
"translation": "Invalid token"
},
{
+ "id": "model.outgoing_hook.is_valid.trigger_words.app_error",
+ "translation": "Invalid trigger words"
+ },
+ {
"id": "model.outgoing_hook.is_valid.update_at.app_error",
"translation": "Update at must be a valid time"
},