aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/ui/sections/akNodeInfoSection.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/ui/sections/akNodeInfoSection.js b/src/js/ui/sections/akNodeInfoSection.js
index 88e77ed..df28d6a 100644
--- a/src/js/ui/sections/akNodeInfoSection.js
+++ b/src/js/ui/sections/akNodeInfoSection.js
@@ -17,7 +17,7 @@ export function akNodeInfoSection()
{ element: "span", innerText:">"},
{ element: "h2", innerText:"Stellar"},
{ element: "span", innerText:">"},
- { element: "h2", innerText: "Balances" }
+ { element: "h2", innerText:"Node Info" }
]
};
var akNodeInfoSection = {
@@ -25,7 +25,6 @@ export function akNodeInfoSection()
id: "arching-kaos-node-info",
innerHTML: [
whereAmI,
- { element: "h2", innerText:"Node Info" },
{ element: "em", id:"node-info-not-found", innerText:"No data found (yet?)!"}
]
};