Skip to content

Commit

Permalink
cmd/puppeth: change dashboard title to not use "testnet" (#20513)
Browse files Browse the repository at this point in the history
  • Loading branch information
anistark authored and karalabe committed Jan 7, 2020
1 parent 7a509b4 commit 35f95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/puppeth/module_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 35f95ae

Please sign in to comment.