Skip to content

Commit 3e135fc

Browse files
dashanme
1 parent 2b747d2 commit 3e135fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/register-appliance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ sidebar:
88

99
import { Render } from "~/components";
1010

11-
<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ magicWord: "WAN Tunnels", productName: "Magic WAN Connector" }} />
11+
<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ dashName: "WAN Tunnels", productName: "Magic WAN Connector" }} />

src/content/docs/magic-wan/configuration/connector/maintenance/register-appliance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ sidebar:
88

99
import { Render } from "~/components";
1010

11-
<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ magicWord: "Magic WAN", productName: "Magic WAN Connector" }} />
11+
<Render file="mconn/maintenance/register-hardware-appliance" product="networking-services" params={{ dashName: "Magic WAN", productName: "Magic WAN Connector" }} />

src/content/partials/networking-services/mconn/maintenance/register-hardware-appliance.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
params:
3-
- magicWord?
3+
- dashName
44
- productName
55
---
66

@@ -9,7 +9,7 @@ import { DashButton } from "~/components";
99
To set up and use the hardware version of {props.productName}, you first need to register it with your account. This is not applicable to Virtual {props.productName}.
1010

1111
{/* Dashboard steps for WAN Tunnels (Cloudflare One dashboard) */}
12-
{ props.magicWord === "WAN Tunnels" && (
12+
{ props.dashName === "WAN Tunnels" && (
1313
<>
1414
<ol>
1515
<li>Log in to <a href="https://one.dash.cloudflare.com/">Cloudflare One</a>, and go to <strong>Networks</strong>.</li>
@@ -20,7 +20,7 @@ To set up and use the hardware version of {props.productName}, you first need to
2020
}
2121

2222
{/* Dashboard steps for Magic WAN (standalone dashboard) */}
23-
{ props.magicWord !== "WAN Tunnels" && (
23+
{ props.dashName !== "WAN Tunnels" && (
2424
<>
2525
<ol>
2626
<li>In the Cloudflare dashboard, go to Magic WAN's <strong>Configuration</strong> page.

0 commit comments

Comments
 (0)