You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +39,7 @@ export function LocalProxying() {
38
39
awaitnewPromise<void>((resolve)=>{
39
40
confirm({
40
41
title: `Stopping Local Network Proxy`,
41
-
text: `Warning, if you are connected to your DAppNode through Local Network Proxy you may lose access to your DAppNode. Make sure to have an alternative way to connect to it, like WiFi or a VPN connection.`,
42
+
text: `Warning, if you are connected to your Dappnode through Local Network Proxy you may lose access to your Dappnode. Make sure to have an alternative way to connect to it, like WiFi or a VPN connection.`,
42
43
label: "Pause",
43
44
onClick: resolve
44
45
});
@@ -73,37 +74,48 @@ export function LocalProxying() {
73
74
return(
74
75
<>
75
76
{localProxyingStatus.data ? (
76
-
<Cardspacing>
77
-
<p>
78
-
If you are connected to the same router as your DAppNode you can use this page at{" "}
79
-
<ahref={adminUiLocalDomain}>{adminUiLocalDomain}</a>. Learn more about the Local Network Proxy at:{" "}
80
-
<LinkDocshref={docsUrl.connectLocalProxy}>How to connect to DAppNode Local Network Proxy</LinkDocs>
0 commit comments