Skip to content

Commit 35f95ae

Browse files
anistarkkaralabe
authored andcommitted
cmd/puppeth: change dashboard title to not use "testnet" (#20513)
1 parent 7a509b4 commit 35f95ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/puppeth/module_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var dashboardContent = `
4141
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4242
<meta name="viewport" content="width=device-width, initial-scale=1">
4343
44-
<title>{{.NetworkTitle}}: Ethereum Testnet</title>
44+
<title>{{.NetworkTitle}}: Network Dashboard</title>
4545
4646
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
4747
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)