From 35f95aef6fecca68eb18035bc81ad7a4c712908f Mon Sep 17 00:00:00 2001 From: Kumar Anirudha <mail@anirudha.dev> Date: Tue, 7 Jan 2020 14:38:33 +0530 Subject: [PATCH] cmd/puppeth: change dashboard title to not use "testnet" (#20513) --- cmd/puppeth/module_dashboard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go index 9a77587b4..39ccdd9aa 100644 --- a/cmd/puppeth/module_dashboard.go +++ b/cmd/puppeth/module_dashboard.go @@ -41,7 +41,7 @@ var dashboardContent = ` <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>{{.NetworkTitle}}: Ethereum Testnet</title> + <title>{{.NetworkTitle}}: Network Dashboard</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> -- GitLab