diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-04 15:48:09 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-10 09:46:59 +0200 |
commit | fccbbc1a77d6e215eb299b569e9a4e5c79c7b719 (patch) | |
tree | e90cbbf6fa59add549f32ee38e2284533ecbe72c /client/src | |
parent | ae2dd04617d3983af1d42e5fddaddf9dc64eebcb (diff) | |
download | PeerTube-fccbbc1a77d6e215eb299b569e9a4e5c79c7b719.tar.gz PeerTube-fccbbc1a77d6e215eb299b569e9a4e5c79c7b719.tar.zst PeerTube-fccbbc1a77d6e215eb299b569e9a4e5c79c7b719.zip |
add and document new additional video extensions supported at upload
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index a297b0c79..8fdced1c7 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -731,7 +731,7 @@ | |||
731 | i18n-labelText labelText="Allow additional extensions" | 731 | i18n-labelText labelText="Allow additional extensions" |
732 | > | 732 | > |
733 | <ng-container ngProjectAs="description"> | 733 | <ng-container ngProjectAs="description"> |
734 | <span i18n>Allows users to upload .mkv, .mov, .avi and .flv videos.</span> | 734 | <span i18n>Allows users to upload .mkv, .mov, .avi, .wmv, .flv, .f4v, .3g2, .3gp, .mts, m2ts, .mxf, .nut videos.</span> |
735 | </ng-container> | 735 | </ng-container> |
736 | </my-peertube-checkbox> | 736 | </my-peertube-checkbox> |
737 | </div> | 737 | </div> |