diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2021-04-12 08:43:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 08:43:40 +0200 |
commit | e0436741397f4d8a51442c9d8b15a9bfb95be7b8 (patch) | |
tree | 233527c5fbc5998fec2ec8a67fec674711c920e6 /client/src/app/shared/shared-moderation | |
parent | 78ec174cca0f03a0647b0d39c8d91082f63d98db (diff) | |
download | PeerTube-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/shared/shared-moderation')
-rw-r--r-- | client/src/app/shared/shared-moderation/account-blocklist.component.html | 2 | ||||
-rw-r--r-- | client/src/app/shared/shared-moderation/server-blocklist.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-moderation/account-blocklist.component.html b/client/src/app/shared/shared-moderation/account-blocklist.component.html index 7eca6411e..fb6f69cd5 100644 --- a/client/src/app/shared/shared-moderation/account-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/account-blocklist.component.html | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | <ng-template pTemplate="header"> | 25 | <ng-template pTemplate="header"> |
26 | <tr> | 26 | <tr> |
27 | <th style="width: 150px;">Action</th> <!-- column for action buttons --> | 27 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> |
28 | <th style="width: calc(100% - 300px);" i18n>Account</th> | 28 | <th style="width: calc(100% - 300px);" i18n>Account</th> |
29 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | 29 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> |
30 | </tr> | 30 | </tr> |
diff --git a/client/src/app/shared/shared-moderation/server-blocklist.component.html b/client/src/app/shared/shared-moderation/server-blocklist.component.html index a6e974b36..537186f05 100644 --- a/client/src/app/shared/shared-moderation/server-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | <ng-template pTemplate="header"> | 32 | <ng-template pTemplate="header"> |
33 | <tr> | 33 | <tr> |
34 | <th style="width: 150px;">Action</th> <!-- column for action buttons --> | 34 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> |
35 | <th style="width: calc(100% - 300px);" i18n>Instance</th> | 35 | <th style="width: calc(100% - 300px);" i18n>Instance</th> |
36 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | 36 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> |
37 | </tr> | 37 | </tr> |