From 7bebbcfe25f9d858b7323e1a3bafd695efad671e Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 12 Jun 2025 21:02:29 +0200 Subject: [PATCH] Adjust text --- client/internal/dns/file_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/dns/file_unix.go b/client/internal/dns/file_unix.go index 3e52dfe8f..423989f72 100644 --- a/client/internal/dns/file_unix.go +++ b/client/internal/dns/file_unix.go @@ -17,7 +17,7 @@ import ( const ( fileGeneratedResolvConfContentHeader = "# Generated by NetBird" fileGeneratedResolvConfContentHeaderNextLine = fileGeneratedResolvConfContentHeader + ` -# If needed you can restore the original file by copying back ` + fileDefaultResolvConfBackupLocation + "\n\n" +# The original file can be restored from ` + fileDefaultResolvConfBackupLocation + "\n\n" fileDefaultResolvConfBackupLocation = defaultResolvConfPath + ".original.netbird"