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 <17948409+lixmal@users.noreply.github.com>

---------

Co-authored-by: Viktor Liu <17948409+lixmal@users.noreply.github.com>
This commit is contained in:
Eduard Gert
2025-06-05 13:16:42 +02:00
committed by GitHub
parent fa68f98cd0
commit 1defac4e34
3 changed files with 4 additions and 4 deletions

View File

@@ -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 domain that is already in use elsewhere, to avoid overriding DNS results.
</HelpText>
</div>
<div className={"w-full"}>

View File

@@ -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>

View File

@@ -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>