1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Fix mime type handling from remote instances

This commit is contained in:
Chocobozzz 2023-10-04 09:59:27 +02:00
parent fbc7f1a00d
commit d0f8a0e677
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 30 additions and 19 deletions

View file

@ -9,9 +9,9 @@
</tr>
<tr>
<th i18n class="label" scope="row">
<div>Default NSFW/sensitive videos policy</div>
<span class="fs-7 fw-normal fst-italic">can be redefined by the users</span>
<th class="label" scope="row">
<div i18n>Default NSFW/sensitive videos policy</div>
<span i18n class="fs-7 fw-normal fst-italic">can be redefined by the users</span>
</th>
<td class="value">{{ buildNSFWLabel() }}</td>