diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-23 15:35:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-23 15:35:18 +0200 |
commit | f4a2dc50920ff288ebf05f19d47ec476a2516c21 (patch) | |
tree | 44219d54c5dfbdd2ece5423f2b5ef6743937205d | |
parent | ed5bb517266c80904c44bf44a335f1003f5aa277 (diff) | |
download | PeerTube-f4a2dc50920ff288ebf05f19d47ec476a2516c21.tar.gz PeerTube-f4a2dc50920ff288ebf05f19d47ec476a2516c21.tar.zst PeerTube-f4a2dc50920ff288ebf05f19d47ec476a2516c21.zip |
Fix compilation
-rw-r--r-- | client/src/app/shared/shared-moderation/server-blocklist.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 94efb4b8b..4621414d9 100644 --- a/client/src/app/shared/shared-moderation/server-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <my-global-icon iconName="server" aria-hidden="true"></my-global-icon> | 2 | <my-global-icon iconName="peertube-x" aria-hidden="true"></my-global-icon> |
3 | <ng-container i18n>Muted servers</ng-container> | 3 | <ng-container i18n>Muted servers</ng-container> |
4 | </h1> | 4 | </h1> |
5 | 5 | ||