From 72294fa2610c01db92c1375b0eeac5036106f99e Mon Sep 17 00:00:00 2001 From: Flowseal Date: Mon, 8 Sep 2025 14:32:52 +0300 Subject: [PATCH] Text improvements --- service.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service.bat b/service.bat index a6f082b..0194d20 100644 --- a/service.bat +++ b/service.bat @@ -420,8 +420,8 @@ for /f "delims=" %%a in ('powershell -Command "Get-ChildItem -Recurse -Path 'HKL ) ) if !dohfound!==0 ( - call :PrintYellow "[?] Make sure you configured secure DNS in a browser with some non-default DNS service provider," - call :PrintYellow "If you use Windows 11 you can configure encrypted DNS in the Settings app to suppress this warning" + call :PrintYellow "[?] Make sure you have configured secure DNS in a browser with some non-default DNS service provider," + call :PrintYellow "If you use Windows 11 you can configure encrypted DNS in the Settings to hide this warning" ) else ( call :PrintGreen "Secure DNS check passed" )