mirror of https://github.com/Chocobozzz/PeerTube
Broadcast message level should be translated
parent
b99ee1b150
commit
f9fc41cb88
|
@ -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…
Reference in New Issue