aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-03-07 11:59:47 +0100
committerChocobozzz <me@florianbigard.com>2023-03-07 11:59:47 +0100
commit0e3026f3159f2b766a73393219b10cbe49111141 (patch)
treefd029af03f590dad88800a46b61248185189cf7e /client/src/app/+videos/+video-edit/shared/video-edit.component.html
parent09f3d81e0c8edebbe8f5698811ecfb165f942378 (diff)
parentef19c8ae4c360b0aa9dafc61fa1523a02bbaa25f (diff)
downloadPeerTube-0e3026f3159f2b766a73393219b10cbe49111141.tar.gz
PeerTube-0e3026f3159f2b766a73393219b10cbe49111141.tar.zst
PeerTube-0e3026f3159f2b766a73393219b10cbe49111141.zip
Merge branch 'release/5.1.0' into develop
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html8
1 files changed, 5 insertions, 3 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 fa816fd9e..fdd6b2311 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
@@ -45,9 +45,11 @@
45 45
46 <my-help helpType="markdownText"> 46 <my-help helpType="markdownText">
47 <ng-template ptTemplate="preHtml"> 47 <ng-template ptTemplate="preHtml">
48 <ng-container i18n> 48 <ng-container i18n>Video descriptions are truncated by default and require manual action to expand them.</ng-container>
49 Video descriptions are truncated by default and require manual action to expand them. 49
50 </ng-container> 50 <br />
51
52 <ng-container i18n>A timestamp (<i>00:05</i> for example) is automatically converted into a link to a part of the video.</ng-container>
51 </ng-template> 53 </ng-template>
52 </my-help> 54 </my-help>
53 55