From 133a1c57b192a54e2624dfc15daab4aaf773190f Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 9 Aug 2021 14:38:31 +0300 Subject: [PATCH] Pull request: client: fix en i18n Merge in DNS/adguard-home from fix-i18n to master Squashed commit of the following: commit 6cc5b9548cd1b429cfcba13c37b3cbfed9ae6514 Author: Ainar Garipov Date: Mon Aug 9 14:21:06 2021 +0300 client: fix en i18n --- client/src/__locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 5ec96705..65be68a8 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -499,7 +499,7 @@ "statistics_configuration": "Statistics configuration", "statistics_retention": "Statistics retention", "statistics_retention_desc": "If you decrease the interval value, some data will be lost", - "statistics_clear": " Clear statistics", + "statistics_clear": "Clear statistics", "statistics_clear_confirm": "Are you sure you want to clear statistics?", "statistics_retention_confirm": "Are you sure you want to change statistics retention? If you decrease the interval value, some data will be lost", "statistics_cleared": "Statistics successfully cleared",