aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-03 14:04:33 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-03 16:52:40 +0200
commita7eaeae1dcbb59be05b08798a3c8f2777e76d0da (patch)
treea58fea25fc60a5d54b3624c4c707360309964541 /client/src/app/shared/shared-moderation
parent8bed61815dba6944297cc453ef9b6eca36eadbb0 (diff)
downloadPeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.tar.gz
PeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.tar.zst
PeerTube-a7eaeae1dcbb59be05b08798a3c8f2777e76d0da.zip
Fix regression blocklist-accounts icon in sub-title
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r--client/src/app/shared/shared-moderation/account-blocklist.component.html2
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