diff --git a/src/modules/settings/NetworkSettingsTab.tsx b/src/modules/settings/NetworkSettingsTab.tsx index ccd4b4d2..24029c00 100644 --- a/src/modules/settings/NetworkSettingsTab.tsx +++ b/src/modules/settings/NetworkSettingsTab.tsx @@ -129,8 +129,8 @@ export default function NetworkSettingsTab({ account }: Readonly) {
- Specify a custom DNS domain for your network. This will be - used for all your peers. + Specify a custom peer DNS domain for your network. This should + not point to a domain that is already in use elsewhere, to avoid overriding DNS results.
diff --git a/src/modules/setup-netbird-modal/MacOSTab.tsx b/src/modules/setup-netbird-modal/MacOSTab.tsx index dd95bea3..c000a2c9 100644 --- a/src/modules/setup-netbird-modal/MacOSTab.tsx +++ b/src/modules/setup-netbird-modal/MacOSTab.tsx @@ -101,7 +101,7 @@ export default function MacOSTab({ {GRPC_API_ORIGIN && (

- {`Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"`} + {`Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}

{GRPC_API_ORIGIN} diff --git a/src/modules/setup-netbird-modal/WindowsTab.tsx b/src/modules/setup-netbird-modal/WindowsTab.tsx index 3bf07c55..dc50d6b0 100644 --- a/src/modules/setup-netbird-modal/WindowsTab.tsx +++ b/src/modules/setup-netbird-modal/WindowsTab.tsx @@ -48,7 +48,7 @@ export default function WindowsTab({ {GRPC_API_ORIGIN && (

- {`Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"`} + {`Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}

{GRPC_API_ORIGIN}