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]"}> <div className={"min-w-[330px]"}>
<Label>DNS Domain</Label> <Label>DNS Domain</Label>
<HelpText> <HelpText>
Specify a custom DNS domain for your network. This will be Specify a custom peer DNS domain for your network. This should
used for all your peers. not point to a domain that is already in use elsewhere, to avoid overriding DNS results.
</HelpText> </HelpText>
</div> </div>
<div className={"w-full"}> <div className={"w-full"}>

View File

@@ -101,7 +101,7 @@ export default function MacOSTab({
{GRPC_API_ORIGIN && ( {GRPC_API_ORIGIN && (
<Steps.Step step={2}> <Steps.Step step={2}>
<p> <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> </p>
<Code> <Code>
<Code.Line>{GRPC_API_ORIGIN}</Code.Line> <Code.Line>{GRPC_API_ORIGIN}</Code.Line>

View File

@@ -48,7 +48,7 @@ export default function WindowsTab({
{GRPC_API_ORIGIN && ( {GRPC_API_ORIGIN && (
<Steps.Step step={2}> <Steps.Step step={2}>
<p> <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> </p>
<Code> <Code>
<Code.Line>{GRPC_API_ORIGIN}</Code.Line> <Code.Line>{GRPC_API_ORIGIN}</Code.Line>