diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-07 11:59:31 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-07 11:59:31 +0100 |
commit | ef19c8ae4c360b0aa9dafc61fa1523a02bbaa25f (patch) | |
tree | b5091b2d4a5093dfba3c2325b7b6601c7f168b06 /client | |
parent | 9c84bf515691bad77ea4befbaf1f866c11c5dadd (diff) | |
download | PeerTube-ef19c8ae4c360b0aa9dafc61fa1523a02bbaa25f.tar.gz PeerTube-ef19c8ae4c360b0aa9dafc61fa1523a02bbaa25f.tar.zst PeerTube-ef19c8ae4c360b0aa9dafc61fa1523a02bbaa25f.zip |
Add timestamp auto link doc
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.component.html | 8 |
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 | ||