diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-03 14:04:33 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-03 16:52:40 +0200 |
commit | a7eaeae1dcbb59be05b08798a3c8f2777e76d0da (patch) | |
tree | a58fea25fc60a5d54b3624c4c707360309964541 /client | |
parent | 8bed61815dba6944297cc453ef9b6eca36eadbb0 (diff) | |
download | PeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.tar.gz PeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.tar.zst PeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.zip |
Fix regression blocklist-accounts icon in sub-title
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-moderation/account-blocklist.component.html | 2 |
1 files changed, 1 insertions, 1 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 5af1095f1..ad7b6d163 100644 --- a/client/src/app/shared/shared-moderation/account-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/account-blocklist.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <my-global-icon iconName="user" aria-hidden="true"></my-global-icon> | 2 | <my-global-icon iconName="user-x" aria-hidden="true"></my-global-icon> |
3 | <ng-container i18n>Muted accounts</ng-container> | 3 | <ng-container i18n>Muted accounts</ng-container> |
4 | </h1> | 4 | </h1> |
5 | 5 | ||