aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-13 11:26:20 +0200
committerChocobozzz <me@florianbigard.com>2022-06-13 11:28:20 +0200
commitdc1296a9abfeeb714f321454dde32389a0f40c7e (patch)
tree684105e9d8b45e63e7ae9f80dc9dea4c7acf3f07 /client/src/app/shared/shared-instance
parent93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 (diff)
downloadPeerTube-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.html2
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