2021-07-17 16:44:31 +02:00
|
|
|
<div>
|
2024-04-01 15:48:08 +02:00
|
|
|
<label for="change_stream_name" class="modal-field-label">
|
2024-04-18 15:20:36 +02:00
|
|
|
{{t 'Channel name' }}
|
2021-07-17 16:44:31 +02:00
|
|
|
</label>
|
2023-09-20 08:44:27 +02:00
|
|
|
<input type="text" id="change_stream_name" class="modal_text_input" name="stream_name" value="{{ stream_name }}" maxlength="{{ max_stream_name_length }}" />
|
2021-07-17 16:44:31 +02:00
|
|
|
</div>
|
|
|
|
<div>
|
2024-04-01 15:48:08 +02:00
|
|
|
<label for="change_stream_description" class="modal-field-label">
|
2021-07-17 16:44:31 +02:00
|
|
|
{{t 'Description' }}
|
2024-05-02 16:41:09 +02:00
|
|
|
{{> ../help_link_widget link="/help/change-the-channel-description" }}
|
2021-07-17 16:44:31 +02:00
|
|
|
</label>
|
2023-09-20 08:44:27 +02:00
|
|
|
<textarea id="change_stream_description" class="settings_textarea" name="stream_description" maxlength="{{ max_stream_description_length }}">{{ stream_description }}</textarea>
|
2021-07-05 11:26:23 +02:00
|
|
|
</div>
|