From 4386e66e5538b6336be7cbcbe70bcb1909a1afdc Mon Sep 17 00:00:00 2001 From: Autom <40275136+AutomCoding@users.noreply.github.com> Date: Mon, 21 Oct 2019 08:36:04 +0200 Subject: Fix typo Fixing a typo in the statistics section of the /about/instance/ page. --- client/src/app/shared/instance/instance-statistics.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client') 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 @@

{{ serverStats.totalLocalVideoViews }}

-

videos views

+

video views

@@ -38,7 +38,7 @@

{{ serverStats.totalLocalVideoComments }}

-

videos comments

+

video comments

@@ -72,7 +72,7 @@

{{ serverStats.totalVideoComments }}

-

videos comments

+

video comments

-- cgit v1.2.3