Naming:
* changing delay by duration for slow mode options * better labels
This commit is contained in:
@ -19,11 +19,11 @@
|
||||
<label>
|
||||
<input
|
||||
type="number"
|
||||
name="slow_mode_default_delay"
|
||||
name="slow_mode_default_duration"
|
||||
min="0"
|
||||
max="1000"
|
||||
id="peertube-livechat-slow-mode-default-delay"
|
||||
value="{{channelConfiguration.configuration.slowMode.defaultDelay}}"
|
||||
id="peertube-livechat-slow-mode-default-duration"
|
||||
value="{{channelConfiguration.configuration.slowMode.defaultDuration}}"
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user