summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorYusuke Nemoto <kaakaa@users.noreply.github.com>2016-12-12 14:26:53 +0900
committerCorey Hulen <corey@hulen.com>2016-12-11 21:26:53 -0800
commitb5fcfd608c0e9ef764cace7328653e4d4c47a061 (patch)
tree55e68a8e677ab2fcb073dfbe6d59c40393556a08 /i18n
parent40afc39684890d9560f3ff34a9435c003dbba999 (diff)
downloadchat-b5fcfd608c0e9ef764cace7328653e4d4c47a061.tar.gz
chat-b5fcfd608c0e9ef764cace7328653e4d4c47a061.tar.bz2
chat-b5fcfd608c0e9ef764cace7328653e4d4c47a061.zip
gh-4759 add system message feedbak for expand/collapse command (#4761)
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 f12e19bf5..84d5be7de 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -468,6 +468,10 @@
"translation": "collapse"
},
{
+ "id": "api.command_collapse.success",
+ "translation": "Image links now collapse by default"
+ },
+ {
"id": "api.command_echo.create.app_error",
"translation": "Unable to create /echo post, err=%v"
},
@@ -500,6 +504,10 @@
"translation": "expand"
},
{
+ "id": "api.command_expand.success",
+ "translation": "Image links now expand by default"
+ },
+ {
"id": "api.command_expand_collapse.fail.app_error",
"translation": "An error occured while expanding previews"
},