diff options
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 | ||