[MM-21020] Return same error when creating a duplicate channel (#13429)

* Return same error when trying to create a channel with the same name of an existing one

* Remove unused arguments
Этот коммит содержится в:
Claudio Costa
2019-12-19 18:50:20 +01:00
коммит произвёл Jesús Espino
родитель fc9d49b2d2
Коммит 7274f4c6c2
3 изменённых файлов: 24 добавлений и 7 удалений

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

@@ -5942,10 +5942,6 @@
"id": "store.sql_channel.save_channel.limit.app_error",
"translation": "You've reached the limit of the number of allowed channels."
},
{
"id": "store.sql_channel.save_channel.previously.app_error",
"translation": "A channel with that URL was previously created"
},
{
"id": "store.sql_channel.save_channel.save.app_error",
"translation": "Unable to save the channel"