diff options
author | Autom <40275136+AutomCoding@users.noreply.github.com> | 2019-10-21 08:36:04 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-21 08:55:12 +0200 |
commit | 4386e66e5538b6336be7cbcbe70bcb1909a1afdc (patch) | |
tree | a4108cb4fec012ac49aaf67ac0a60a8a504d3854 /client/src/app/shared | |
parent | b37a50828337264ac2d27cd44595808baa76a59a (diff) | |
download | PeerTube-4386e66e5538b6336be7cbcbe70bcb1909a1afdc.tar.gz PeerTube-4386e66e5538b6336be7cbcbe70bcb1909a1afdc.tar.zst PeerTube-4386e66e5538b6336be7cbcbe70bcb1909a1afdc.zip |
Fix typo
Fixing a typo in the statistics section of the /about/instance/ page.
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/instance/instance-statistics.component.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/instance/instance-statistics.component.html b/client/src/app/shared/instance/instance-statistics.component.html index 181c57b57..bcb2308fe 100644 --- a/client/src/app/shared/instance/instance-statistics.component.html +++ b/client/src/app/shared/instance/instance-statistics.component.html | |||
@@ -28,7 +28,7 @@ | |||
28 | <div class="card stat"> | 28 | <div class="card stat"> |
29 | <div class="card-body"> | 29 | <div class="card-body"> |
30 | <p class="stat-value">{{ serverStats.totalLocalVideoViews }}</p> | 30 | <p class="stat-value">{{ serverStats.totalLocalVideoViews }}</p> |
31 | <p class="stat-label" i18n>videos views</p> | 31 | <p class="stat-label" i18n>video views</p> |
32 | </div> | 32 | </div> |
33 | <i class="glyphicon glyphicon-eye-open"></i> | 33 | <i class="glyphicon glyphicon-eye-open"></i> |
34 | </div> | 34 | </div> |
@@ -38,7 +38,7 @@ | |||
38 | <div class="card stat"> | 38 | <div class="card stat"> |
39 | <div class="card-body"> | 39 | <div class="card-body"> |
40 | <p class="stat-value">{{ serverStats.totalLocalVideoComments }}</p> | 40 | <p class="stat-value">{{ serverStats.totalLocalVideoComments }}</p> |
41 | <p class="stat-label" i18n>videos comments</p> | 41 | <p class="stat-label" i18n>video comments</p> |
42 | </div> | 42 | </div> |
43 | <i class="glyphicon glyphicon-comment"></i> | 43 | <i class="glyphicon glyphicon-comment"></i> |
44 | </div> | 44 | </div> |
@@ -72,7 +72,7 @@ | |||
72 | <div class="card stat"> | 72 | <div class="card stat"> |
73 | <div class="card-body"> | 73 | <div class="card-body"> |
74 | <p class="stat-value">{{ serverStats.totalVideoComments }}</p> | 74 | <p class="stat-value">{{ serverStats.totalVideoComments }}</p> |
75 | <p class="stat-label" i18n>videos comments</p> | 75 | <p class="stat-label" i18n>video comments</p> |
76 | </div> | 76 | </div> |
77 | <i class="glyphicon glyphicon-comment"></i> | 77 | <i class="glyphicon glyphicon-comment"></i> |
78 | </div> | 78 | </div> |