mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Broadcast message level should be translated
This commit is contained in:
parent
b99ee1b150
commit
f9fc41cb88
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@
|
|||
|
||||
<div class="peertube-select-container">
|
||||
<select id="broadcastMessageLevel" formControlName="level" class="form-control">
|
||||
<option value="info">info</option>
|
||||
<option value="warning">warning</option>
|
||||
<option value="error">error</option>
|
||||
<option i18n value="info">info</option>
|
||||
<option i18n value="warning">warning</option>
|
||||
<option i18n value="error">error</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue