1
0
Fork 0

Broadcast message level should be translated

This commit is contained in:
Chocobozzz 2023-05-24 17:37:45 +02:00
parent b99ee1b150
commit f9fc41cb88
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 3 deletions

View File

@ -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>