aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-12 10:15:45 +0200
committerChocobozzz <me@florianbigard.com>2022-08-12 10:15:45 +0200
commit437f277afd561f7dc2d3936cdf1490b97bb351e2 (patch)
treec11c7c39bf7b8a48cb30aba2016e4cae68e74c9a /client/src
parent418db8ac9907d47d2e6cf7b293bd3b7d2f7a8ebc (diff)
downloadPeerTube-437f277afd561f7dc2d3936cdf1490b97bb351e2.tar.gz
PeerTube-437f277afd561f7dc2d3936cdf1490b97bb351e2.tar.zst
PeerTube-437f277afd561f7dc2d3936cdf1490b97bb351e2.zip
Prefer thumbnail instead of preview
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index 2892d603d..435c0d1d7 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -314,7 +314,7 @@
314 <div class="col-md-12 col-xl-8"> 314 <div class="col-md-12 col-xl-8">
315 315
316 <div class="form-group"> 316 <div class="form-group">
317 <label i18n for="previewfile">Video preview</label> 317 <label i18n for="previewfile">Video thumbnail</label>
318 318
319 <my-preview-upload 319 <my-preview-upload
320 i18n-inputLabel inputLabel="Edit" inputName="previewfile" formControlName="previewfile" 320 i18n-inputLabel inputLabel="Edit" inputName="previewfile" formControlName="previewfile"