Enforce channel display name limits on slash command (#7309)
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
ce77d836fc
Коммит
82a8bd99cc
@@ -583,6 +583,14 @@
|
||||
"id": "api.command_channel_rename.message.app_error",
|
||||
"translation": "A message must be provided with the /rename command."
|
||||
},
|
||||
{
|
||||
"id": "api.command_channel_rename.too_long.app_error",
|
||||
"translation": "Channel name must be {{.Length}} or fewer characters"
|
||||
},
|
||||
{
|
||||
"id": "api.command_channel_rename.too_short.app_error",
|
||||
"translation": "Channel name must be {{.Length}} or more characters"
|
||||
},
|
||||
{
|
||||
"id": "api.command_channel_rename.name",
|
||||
"translation": "rename"
|
||||
|
||||
Ссылка в новой задаче
Block a user