Skip to content

Commit 1defac4

Browse files
heisbrotlixmal
andauthored
Update wording for dns domain, macOS and Windows install steps (#470)
* Update wording for dns domain, macOS and Windows install steps * Update src/modules/settings/NetworkSettingsTab.tsx Co-authored-by: Viktor Liu <[email protected]> --------- Co-authored-by: Viktor Liu <[email protected]>
1 parent fa68f98 commit 1defac4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/modules/settings/NetworkSettingsTab.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ export default function NetworkSettingsTab({ account }: Readonly<Props>) {
129129
<div className={"min-w-[330px]"}>
130130
<Label>DNS Domain</Label>
131131
<HelpText>
132-
Specify a custom DNS domain for your network. This will be
133-
used for all your peers.
132+
Specify a custom peer DNS domain for your network. This should
133+
not point to a domain that is already in use elsewhere, to avoid overriding DNS results.
134134
</HelpText>
135135
</div>
136136
<div className={"w-full"}>

src/modules/setup-netbird-modal/MacOSTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function MacOSTab({
101101
{GRPC_API_ORIGIN && (
102102
<Steps.Step step={2}>
103103
<p>
104-
{`Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}
104+
{`Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}
105105
</p>
106106
<Code>
107107
<Code.Line>{GRPC_API_ORIGIN}</Code.Line>

src/modules/setup-netbird-modal/WindowsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function WindowsTab({
4848
{GRPC_API_ORIGIN && (
4949
<Steps.Step step={2}>
5050
<p>
51-
{`Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}
51+
{`Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"`}
5252
</p>
5353
<Code>
5454
<Code.Line>{GRPC_API_ORIGIN}</Code.Line>

0 commit comments

Comments
 (0)