From 1664533e1439ca7a75cde8a08175ff63d1e3f2fd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 29 Apr 2023 11:01:56 +0200 Subject: [PATCH] Better text for total domain count --- dashboard/src/translation/en.json | 3 ++- dashboard/src/views/domains.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 38e2a5668..ef8d937c3 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1053,7 +1053,8 @@ "domainWellKnown": { "title": "Well-Known locations of {{ domain }}" }, - "tooltipWellKnown": "Set Well-Known Locations" + "tooltipWellKnown": "Set Well-Known Locations", + "count": "Total domains: {{ count }}" }, "notifications": { "title": "Notifications", diff --git a/dashboard/src/views/domains.html b/dashboard/src/views/domains.html index d41617957..1e5dcb3c7 100644 --- a/dashboard/src/views/domains.html +++ b/dashboard/src/views/domains.html @@ -339,7 +339,7 @@
- {{ 'main.pagination.itemCount' | tr:{ count: (domains | filter:domainSearchString).length } }} + {{ 'domains.count' | tr:{ count: (domains | filter:domainSearchString).length } }}