Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/modules/settings/NetworkSettingsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export default function NetworkSettingsTab({ account }: Readonly<Props>) {
<div className={"min-w-[330px]"}>
<Label>DNS Domain</Label>
<HelpText>
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 valid domain to avoid overriding DNS results.
</HelpText>
</div>
<div className={"w-full"}>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/setup-netbird-modal/MacOSTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function MacOSTab({
{GRPC_API_ORIGIN && (
<Steps.Step step={2}>
<p>
{`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"`}
</p>
<Code>
<Code.Line>{GRPC_API_ORIGIN}</Code.Line>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/setup-netbird-modal/WindowsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function WindowsTab({
{GRPC_API_ORIGIN && (
<Steps.Step step={2}>
<p>
{`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"`}
</p>
<Code>
<Code.Line>{GRPC_API_ORIGIN}</Code.Line>
Expand Down