From 4c17bdff1bb871fb31520b7b547f584c53ed854f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Dec 2017 13:55:41 -0600 Subject: Add plugin slash command support (#7941) * add plugin slash command support * remove unused string * rebase --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index f4ddaf217..bf2611a4d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4266,6 +4266,10 @@ "id": "mattermost.working_dir", "translation": "Current working directory is %v" }, + { + "id": "model.plugin_command.error.app_error", + "translation": "An error occurred while trying to execute this command." + }, { "id": "model.plugin_key_value.is_valid.plugin_id.app_error", "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." -- cgit v1.2.3-1-g7c22