diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-05 16:52:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-05 16:52:25 +0200 |
commit | 8c40b7dc28fcbfee63573ea666ea1a389f6a2d82 (patch) | |
tree | 3890bf6aeeb7e57116b5b845dd4aedd2761f42c5 /client/src/app/videos/+video-watch/comment | |
parent | 0975cd5cf260bd06c797ac7582675ac624a47ebc (diff) | |
download | PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.gz PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.zst PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.zip |
Add missing translations
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index ac7c03648..6dc454d00 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div> | 1 | <div> |
2 | <div class="title-block"> | 2 | <div class="title-block"> |
3 | <div class="title-page title-page-single"> | 3 | <div i18n class="title-page title-page-single"> |
4 | Comments | 4 | Comments |
5 | </div> | 5 | </div> |
6 | <my-help | 6 | <my-help |