From ca733bc80d1d1f6d7e38865b210c1f3644898d6d Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 4 Sep 2021 19:41:20 +0200 Subject: [PATCH] Add i18n --- apps/client/src/app/pages/about/about-page.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 0f327c693..9734de9af 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -99,7 +99,9 @@ {{ statistics?.activeUsers1d ?? '-' }}
- Active Users (Last 24 hours) + Active Users (Last 24 hours)
@@ -107,20 +109,22 @@ {{ statistics?.activeUsers30d ?? '-' }}
- Active Users (Last 30 days) + Active Users (Last 30 days)

{{ statistics?.gitHubContributors ?? '-' }}

-
Contributors on GitHub
+
Contributors on GitHub

{{ statistics?.gitHubStargazers ?? '-' }}

-
Stars on GitHub
+
Stars on GitHub