From 106795e1beb02ba26517bd7af4c9b4d444b52421 Mon Sep 17 00:00:00 2001 From: Tagaishi Date: Fri, 1 Sep 2023 17:09:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Included=20back=20the=20text=20u?= =?UTF-8?q?nder=20percentage=20(#1343)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/dnshole/DnsHoleSummary.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/dnshole/DnsHoleSummary.tsx b/src/widgets/dnshole/DnsHoleSummary.tsx index 9b25e5efd..51c949ddd 100644 --- a/src/widgets/dnshole/DnsHoleSummary.tsx +++ b/src/widgets/dnshole/DnsHoleSummary.tsx @@ -75,6 +75,7 @@ const stats = [ { icon: IconPercentage, value: (x) => formatPercentage(x.adsBlockedTodayPercentage, 2), + label: 'card.metrics.queriesBlockedTodayPercentage', color: 'rgba(255, 165, 20, 0.4)', }, {