X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.html;h=9e6fde2e0498415a44696d8c3786bc4b2dd0822d;hb=205e4f56f3da1f787f1bc2cdfcc39948a99a16b1;hp=f9ebfcc1f89a607c290a37b102826e4e6ae697b8;hpb=81f790af78cdce07f3577d1d43e0eba0626ce4b1;p=github%2FChocobozzz%2FPeerTube.git 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 f9ebfcc1f..9e6fde2e0 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,12 +1,7 @@

- - - 1 Comment - {{ componentPagination.totalItems }} Comments - - Comments + {totalNotDeletedComments, plural, =0 {Comments} =1 {1 Comment} other {{{totalNotDeletedComments}} Comments}}

@@ -30,7 +25,7 @@ [textValue]="commentThreadRedraftValue" > -
No comments.
+
No comments.
+ - View {{ comment.totalReplies }} replies from {{ video?.account?.displayName || 'the author' }} and others + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}} from {{ video?.account?.displayName || 'the author' }} and others - View {{ comment.totalReplies }} replies from {{ video?.account?.displayName || 'the author' }} + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}} from {{ video?.account?.displayName || 'the author' }} - View {{ comment.totalReplies }} replies + + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}