MM-11229: Fix invite people slash command and add test case. (#9074)

Этот коммит содержится в:
George Goldberg
2018-07-10 09:56:04 +01:00
коммит произвёл Carlos Tadeu Panato Junior
родитель 2d16a71af9
Коммит af615ffc24
3 изменённых файлов: 48 добавлений и 0 удалений

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

@@ -630,6 +630,10 @@
"id": "api.command_invite.permission.app_error",
"translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
},
{
"id": "api.command_invite_people.permission.app_error",
"translation": "You don't have permission to invite new users to this server."
},
{
"id": "api.command_invite.private_channel.app_error",
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."