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