]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix typo
authorAutom <40275136+AutomCoding@users.noreply.github.com>
Mon, 21 Oct 2019 06:36:04 +0000 (08:36 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 21 Oct 2019 06:55:12 +0000 (08:55 +0200)
Fixing a typo in the statistics section of the /about/instance/ page.

client/src/app/shared/instance/instance-statistics.component.html

index 181c57b5795de9386eafc3e05a5213aaba1a9479..bcb2308fec883dee12c064f147e729ec003c63ca 100644 (file)
@@ -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>