aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
diff options
context:
space:
mode:
authorMarcin Mikołajczak <me@mkljczk.pl>2021-04-12 08:43:40 +0200
committerGitHub <noreply@github.com>2021-04-12 08:43:40 +0200
commite0436741397f4d8a51442c9d8b15a9bfb95be7b8 (patch)
tree233527c5fbc5998fec2ec8a67fec674711c920e6 /client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
parent78ec174cca0f03a0647b0d39c8d91082f63d98db (diff)
downloadPeerTube-e0436741397f4d8a51442c9d8b15a9bfb95be7b8.tar.gz
PeerTube-e0436741397f4d8a51442c9d8b15a9bfb95be7b8.tar.zst
PeerTube-e0436741397f4d8a51442c9d8b15a9bfb95be7b8.zip
Add `i18n` prop where it is missing (#3946)
* Add `i18n` prop * Update video-comment-list.component.html * Update account-blocklist.component.html * Update server-blocklist.component.html * Update video-redundancies-list.component.html * Update following-list.component.html * Update followers-list.component.html
Diffstat (limited to 'client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html')
-rw-r--r--client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html b/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
index fa4a8edfd..d1ecc2834 100644
--- a/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
+++ b/client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
@@ -5,7 +5,7 @@
5 <my-feed [syndicationItems]="syndicationItems"></my-feed> 5 <my-feed [syndicationItems]="syndicationItems"></my-feed>
6</h1> 6</h1>
7 7
8<em>This view also shows comments from muted accounts.</em> 8<em i18n>This view also shows comments from muted accounts.</em>
9 9
10<p-table 10<p-table
11 [value]="comments" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions" 11 [value]="comments" [lazy]="true" [paginator]="totalRecords > 0" [totalRecords]="totalRecords" [rows]="rowsPerPage" [rowsPerPageOptions]="rowsPerPageOptions"