From 68b676ed6e49f7dedf56623f400e8b7158576f16 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 30 Oct 2023 11:11:36 +0100 Subject: [PATCH] Overview: auto-detect plural below services count --- index.html | 2 +- js/UI/More/Overview/Overview.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0fd611d..e4359ed 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ rocket_launch
-
Available services
+
diff --git a/js/UI/More/Overview/Overview.js b/js/UI/More/Overview/Overview.js index 60a2f4c..4086fcc 100644 --- a/js/UI/More/Overview/Overview.js +++ b/js/UI/More/Overview/Overview.js @@ -28,6 +28,7 @@ export default class Overview { stats.thirdParties += analysis.isThirdParty } this.div.querySelector(".big").innerText = stats.total + this.div.querySelector(".small").innerText = `Available service${s(stats.total)}` let encryption_t let donot = ""