MM-11174: Fix /msg slash command. (#9059)

Этот коммит содержится в:
George Goldberg
2018-07-10 09:53:51 +01:00
коммит произвёл Carlos Tadeu Panato Junior
родитель 28449dd95a
Коммит 951e4ad984
3 изменённых файлов: 42 добавлений и 0 удалений

Просмотреть файл

@@ -822,6 +822,10 @@
"id": "api.command_remove.permission.app_error",
"translation": "You do not have the appropriate permissions to remove the member."
},
{
"id": "api.command_msg.permission.app_error",
"translation": "You don't have the appropriate permissions to direct message this user."
},
{
"id": "api.command_remove.user_not_in_channel",
"translation": "{{.Username}} is not a member of this channel."