diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:26:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 11:28:20 +0200 |
commit | dc1296a9abfeeb714f321454dde32389a0f40c7e (patch) | |
tree | 684105e9d8b45e63e7ae9f80dc9dea4c7acf3f07 /client/src/app/shared/shared-instance | |
parent | 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 (diff) | |
download | PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.gz PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.zst PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.zip |
Better icon names
Diffstat (limited to 'client/src/app/shared/shared-instance')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-statistics.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-statistics.component.html b/client/src/app/shared/shared-instance/instance-statistics.component.html index 960520680..68b209990 100644 --- a/client/src/app/shared/shared-instance/instance-statistics.component.html +++ b/client/src/app/shared/shared-instance/instance-statistics.component.html | |||
@@ -30,7 +30,7 @@ | |||
30 | <p class="stat-value">{{ serverStats.totalLocalVideoViews | number }}</p> | 30 | <p class="stat-value">{{ serverStats.totalLocalVideoViews | number }}</p> |
31 | <p class="stat-label" i18n>views</p> | 31 | <p class="stat-label" i18n>views</p> |
32 | </div> | 32 | </div> |
33 | <my-global-icon iconName="sensitive"></my-global-icon> | 33 | <my-global-icon iconName="eye-open"></my-global-icon> |
34 | </div> | 34 | </div> |
35 | </div> | 35 | </div> |
36 | 36 | ||