Skip to content

Commit 547b89e

Browse files
consistent magicword
1 parent 8aba7ea commit 547b89e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/traceroutes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import { Render } from "~/components";
1313
params={{
1414
productName: "Magic WAN",
1515
dashButtonPath: "/?to=/:account/magic-wan/tunnel-healthchecks",
16-
magicWord: "wan-tunnels",
16+
magicWord: "WAN Tunnels",
1717
}}
1818
/>

src/content/partials/networking-services/analytics/traceroutes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Aside, DashButton, Markdown, Tabs, TabItem } from "~/components";
99

1010
{props.productName} customers can run traceroutes to understand the hop by hop Internet path and latencies from Cloudflare's network to their own network.
1111

12-
{ props.magicWord === "wan-tunnels" && (
12+
{ props.magicWord === "WAN Tunnels" && (
1313
<>
1414
<Markdown
1515
text={`
@@ -25,7 +25,7 @@ To run a traceroute from a specific Cloudflare data center to your network:
2525
</>
2626
)}
2727

28-
{ props.magicWord !== "wan-tunnels" && (
28+
{ props.magicWord !== "WAN Tunnels" && (
2929
<>
3030
<Aside type="note">
3131
To change between the new dashboard experience and the old one, find the banner at the top of the screen.

0 commit comments

Comments
 (0)