]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add timestamp auto link doc
authorChocobozzz <me@florianbigard.com>
Tue, 7 Mar 2023 10:59:31 +0000 (11:59 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 7 Mar 2023 10:59:31 +0000 (11:59 +0100)
client/src/app/+videos/+video-edit/shared/video-edit.component.html

index fa816fd9e9096c6ceb3b71245a01b64e7f976b6b..fdd6b2311bcb3c9c92b43e8a0c70e14318b58528 100644 (file)
 
               <my-help helpType="markdownText">
                 <ng-template ptTemplate="preHtml">
-                  <ng-container i18n>
-                    Video descriptions are truncated by default and require manual action to expand them.
-                  </ng-container>
+                  <ng-container i18n>Video descriptions are truncated by default and require manual action to expand them.</ng-container>
+
+                  <br />
+
+                  <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>
                 </ng-template>
               </my-help>