1
0
Fork 0

Fix broadcast message level

This commit is contained in:
Chocobozzz 2021-05-14 14:25:30 +02:00
parent 3f71c4c068
commit 2c2631e42a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<div class="peertube-select-container">
<select id="broadcastMessageLevel" formControlName="level" class="form-control">
<option value="info">info</option>
<option value="warn">warning</option>
<option value="warning">warning</option>
<option value="error">error</option>
</select>
</div>