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 399cf10fe..2ca61fd94 100644 --- a/client/src/app/shared/shared-instance/instance-statistics.component.html +++ b/client/src/app/shared/shared-instance/instance-statistics.component.html @@ -1,13 +1,13 @@
Loading instance statistics...
{{ serverStats.totalUsers }}
+{{ serverStats.totalUsers | number }}
users
{{ serverStats.totalLocalVideos }}
+{{ serverStats.totalLocalVideos | number }}
videos
{{ serverStats.totalLocalVideoViews }}
-video views
+{{ serverStats.totalLocalVideoViews | number }}
+views
{{ serverStats.totalLocalVideoComments }}
-video comments
+{{ serverStats.totalLocalVideoComments | number }}
+comments
{{ serverStats.totalLocalVideoFilesSize | bytes:1 }}
-of hosted video
+hosted video
{{ serverStats.totalVideos }}
+{{ serverStats.totalVideos | number }}
videos
{{ serverStats.totalVideoComments }}
-video comments
+{{ serverStats.totalVideoComments | number }}
+comments
{{ serverStats.totalInstanceFollowers }}
+{{ serverStats.totalInstanceFollowers | number }}
followers
{{ serverStats.totalInstanceFollowing }}
+{{ serverStats.totalInstanceFollowing | number }}
following