From 6b6d0a8bca6050ce9215b296bc8c2a2b0e48cc79 Mon Sep 17 00:00:00 2001 From: Bartosz Oleaczek Date: Mon, 10 Feb 2025 13:34:29 +0100 Subject: [PATCH] Update error message for the connect command when technology was disabled --- cli/messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/messages.go b/cli/messages.go index 458a3d50..ecc46430 100644 --- a/cli/messages.go +++ b/cli/messages.go @@ -123,7 +123,7 @@ Example: nordvpn set %s on` NoPreferredDedicatedIPLocationSelected = "It looks like you haven’t selected the preferred server location for your dedicated IP. Please head over to Nord Account and set up your dedicated IP server." NoSuchCommand = "Command '%s' doesn't exist." MsgListIsEmpty = "We couldn’t load the list of %s. Please try again later." - TechnologyDisabledMessage = "Unable to connect with the current technology. Please try a different one using the command: nordvpn set technology." + TechnologyDisabledMessage = "Unable to connect with the current technology. Please switch to a different one using the command \"nordvpn set technology.\"" // Meshnet MsgSetMeshnetUsage = "Enables or disables Meshnet on this device."