aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
committerChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
commitbaf0a8c98e68e7221fec371281a99b13133cc7d0 (patch)
treea1fe26410e89a93de0b3e7476c636eeea4876e71 /client/src/app/videos
parent01fe5bd721ae99569f776ad362ebdaa5ba8f494f (diff)
downloadPeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.gz
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.zst
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.zip
Fix some i18n tags
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html1
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html2
2 files changed, 2 insertions, 1 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 46869268c..33c766d87 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
@@ -18,6 +18,7 @@
18 <my-help i18n-preHtml preHtml="Tags could be used to suggest relevant recommendations.</br>Press Enter to add a new tag."></my-help> 18 <my-help i18n-preHtml preHtml="Tags could be used to suggest relevant recommendations.</br>Press Enter to add a new tag."></my-help>
19 <tag-input 19 <tag-input
20 [validators]="tagValidators" [errorMessages]="tagValidatorsMessages" 20 [validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
21 i18n-placeholder placeholder="+ Tag" i18n-secondaryPlaceholder secondaryPlaceholder="Enter a new tag"
21 formControlName="tags" maxItems="5" modelAsStrings="true" 22 formControlName="tags" maxItems="5" modelAsStrings="true"
22 ></tag-input> 23 ></tag-input>
23 </div> 24 </div>
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
index 2f0c9abb5..a933a64f0 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
+++ b/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html
@@ -8,7 +8,7 @@
8 </div> 8 </div>
9 <span class="button-file-extension">(.torrent)</span> 9 <span class="button-file-extension">(.torrent)</span>
10 10
11 <div class="torrent-or-magnet">Or</div> 11 <div class="torrent-or-magnet" i18n>Or</div>
12 12
13 <div class="form-group form-group-magnet-uri"> 13 <div class="form-group form-group-magnet-uri">
14 <label i18n for="magnetUri">Paste magnet URI</label> 14 <label i18n for="magnetUri">Paste magnet URI</label>