diff --git a/nodes/netstats-server/install.sh b/nodes/netstats-server/install.sh index b766604..f9dbf28 100644 --- a/nodes/netstats-server/install.sh +++ b/nodes/netstats-server/install.sh @@ -120,7 +120,7 @@ var config = function () { this.provider = new web3.providers.IpcProvider(this.ipcPath, net); this.bootstrapUrl = "https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/yeti/bootstrap.min.css"; this.names = { - "${OWNER_ADDRESS}": "Owner", + "${OWNER_ADDRESS}": "Master of Ceremony", }; }