mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
handle errors in HandleCommandResponse method (#9888)
This commit is contained in:
committed by
Joram Wilander
parent
66d174d80b
commit
e67fe4c89d
@@ -359,6 +359,10 @@
|
||||
"id": "api.command.duplicate_trigger.app_error",
|
||||
"translation": "This trigger word is already in use. Please choose another word."
|
||||
},
|
||||
{
|
||||
"id": "api.command.execute_command.create_post_failed.app_error",
|
||||
"translation": "Command '{{.Trigger}}' failed to post response. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.command.execute_command.debug",
|
||||
"translation": "Executing cmd=%v userId=%v"
|
||||
|
||||
Reference in New Issue
Block a user