PLT-5764 Fixed channel name minimum length (#5693)
* make sure that we use constants for channel name min length * changed channel name error to match channel URL error * changed constant max channel name length to 22 and reapply in modal * reverted dutch translation
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
fa47132b8f
Коммит
dc2e733058
@@ -1124,7 +1124,7 @@
|
||||
"channel_modal.channel": "Channel",
|
||||
"channel_modal.createNew": "Create New ",
|
||||
"channel_modal.descriptionHelp": "Describe how this {term} should be used.",
|
||||
"channel_modal.displayNameError": "This field is required",
|
||||
"channel_modal.displayNameError": "Channel name must be 2 or more characters",
|
||||
"channel_modal.edit": "Edit",
|
||||
"channel_modal.group": "Group",
|
||||
"channel_modal.header": "Header",
|
||||
|
||||
Ссылка в новой задаче
Block a user