diff options
author | bikepunk <keupont@no-log.org> | 2019-12-03 13:15:54 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-03 13:40:22 +0100 |
commit | 47594fd702c4ff5d81b856f1fa07e591d2a3ac94 (patch) | |
tree | 3fa18fc40b2adb7c8aa31d3d7723005a40437445 /client/src | |
parent | eccf70f020cb8b0d9ceddc2561713ccfddb72095 (diff) | |
download | PeerTube-47594fd702c4ff5d81b856f1fa07e591d2a3ac94.tar.gz PeerTube-47594fd702c4ff5d81b856f1fa07e591d2a3ac94.tar.zst PeerTube-47594fd702c4ff5d81b856f1fa07e591d2a3ac94.zip |
Excplicit the tag limit #1815 related
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 1 |
1 files changed, 1 insertions, 0 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 245ae42b6..e1d1d94dc 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 | |||
@@ -20,6 +20,7 @@ | |||
20 | <ng-template ptTemplate="customHtml"> | 20 | <ng-template ptTemplate="customHtml"> |
21 | <ng-container i18n> | 21 | <ng-container i18n> |
22 | Tags could be used to suggest relevant recommendations. <br /> | 22 | Tags could be used to suggest relevant recommendations. <br /> |
23 | There is a maximum of 5 tags. <br /> | ||
23 | Press Enter to add a new tag. | 24 | Press Enter to add a new tag. |
24 | </ng-container> | 25 | </ng-container> |
25 | </ng-template> | 26 | </ng-template> |