Skip to content

Commit 09417f8

Browse files
authored
edit China MDM example (#23682)
1 parent b3df98f commit 09417f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
6161
<key>override_doh_endpoint</key>
6262
<string>203.0.113.0</string>
6363
<key>override_warp_endpoint</key>
64-
<string>203.0.113.0:2408</string>
64+
<string>203.0.113.0:0</string>
6565
<key>display_name</key>
66-
<string>Cloudflare China network</string>
66+
<string>China employees</string>
6767
</dict>
6868
<dict>
6969
<key>organization</key>
@@ -109,9 +109,9 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
109109
<key>override_doh_endpoint</key>
110110
<string>203.0.113.0</string>
111111
<key>override_warp_endpoint</key>
112-
<string>203.0.113.0:2408</string>
112+
<string>203.0.113.0:0</string>
113113
<key>display_name</key>
114-
<string>Cloudflare China network</string>
114+
<string>China employees</string>
115115
</dict>
116116
<dict>
117117
<key>organization</key>
@@ -127,11 +127,11 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
127127

128128
## Switch organizations in WARP
129129

130-
<Tabs> <TabItem label="macos, windows, and linux">
130+
<Tabs> <TabItem label="Windows, macOS, and Linux">
131131

132132
<Render file="warp/switch-orgs" params={{ one: "Select the gear icon.", two: "Preferences > Account" }} />
133133

134-
</TabItem> <TabItem label="ios and android">
134+
</TabItem> <TabItem label="iOS and Android">
135135

136136
<Render file="warp/switch-orgs" params={{ one: "Go to Settings > Advanced.", two: "Settings > Account" }} />
137137

0 commit comments

Comments
 (0)