mirror of https://github.com/Chocobozzz/PeerTube
Fix additional extensions admin config description
parent
37cb07eae2
commit
e78acf81ff
|
@ -51,7 +51,7 @@
|
||||||
i18n-labelText labelText="Allow additional extensions"
|
i18n-labelText labelText="Allow additional extensions"
|
||||||
>
|
>
|
||||||
<ng-container ngProjectAs="description">
|
<ng-container ngProjectAs="description">
|
||||||
<span i18n>Allows users to upload {{ additionalVideoExtensions }} videos.</span>
|
<span i18n>Allows users to upload videos with additional extensions than .mp4, .ogv and .webm (for example: .avi, .mov, .mkv etc).</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</my-peertube-checkbox>
|
</my-peertube-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue