mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
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:
@@ -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"}>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user