mirror of https://github.com/Chocobozzz/PeerTube
Fix typo
Fixing a typo in the statistics section of the /about/instance/ page.pull/2191/head
parent
b37a508283
commit
4386e66e55
|
@ -28,7 +28,7 @@
|
|||
<div class="card stat">
|
||||
<div class="card-body">
|
||||
<p class="stat-value">{{ serverStats.totalLocalVideoViews }}</p>
|
||||
<p class="stat-label" i18n>videos views</p>
|
||||
<p class="stat-label" i18n>video views</p>
|
||||
</div>
|
||||
<i class="glyphicon glyphicon-eye-open"></i>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<div class="card stat">
|
||||
<div class="card-body">
|
||||
<p class="stat-value">{{ serverStats.totalLocalVideoComments }}</p>
|
||||
<p class="stat-label" i18n>videos comments</p>
|
||||
<p class="stat-label" i18n>video comments</p>
|
||||
</div>
|
||||
<i class="glyphicon glyphicon-comment"></i>
|
||||
</div>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<div class="card stat">
|
||||
<div class="card-body">
|
||||
<p class="stat-value">{{ serverStats.totalVideoComments }}</p>
|
||||
<p class="stat-label" i18n>videos comments</p>
|
||||
<p class="stat-label" i18n>video comments</p>
|
||||
</div>
|
||||
<i class="glyphicon glyphicon-comment"></i>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue