Skip to content

Commit 3ffeedb

Browse files
author
Peter Pratscher
committed
Harmonize Coda spelling
1 parent d8d0be2 commit 3ffeedb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rpc/coda.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535

3636
var logger = logrus.New().WithField("module", "rpc")
3737

38-
// CodaClient encapsulates all methods required to communicate with a coda blockchain node via the graphql api
38+
// CodaClient encapsulates all methods required to communicate with a Coda blockchain node via the graphql api
3939
type CodaClient struct {
4040
httpClient *http.Client
4141
host string

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<div id="app" v-cloak>
110110
<div class="hero-container">
111111
<div class="hero-text">
112-
<h1 class="mt-4 text-center">Open Source CODA Chain Explorer</h1>
112+
<h1 class="mt-4 text-center">Open Source Coda Chain Explorer</h1>
113113
<h5 class="text-center">Showing the <a href="https://codaprotocol.com/testnet">Coda Public Testnet</a></h5>
114114
<h6 class="text-center"><a href="https://bit.ly/CodaDiscord"><i class="fab fa-discord"></i> Discord</a> | <a href="https://github.com/coda/codaprotocol"><i class="fab fa-github"></i> Github</a> |
115115
<a href="https://codaprotocol.com/genesis">Genesis Program</a>

templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<body ontouchstart="">
3939
<noscript>
40-
<strong>We're sorry but the coda explorer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
40+
<strong>We're sorry but the Coda explorer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
4141
</noscript>
4242
<nav id="nav" style="background-color: var(--bg-color-nav, #007bff)" class="navbar navbar-expand-lg">
4343
<script>
@@ -48,7 +48,7 @@
4848
}
4949
</script>
5050
<div class="container">
51-
<a class=navbar-brand href="/"><span class="brand-text">coda explorer</span>
51+
<a class=navbar-brand href="/"><span class="brand-text">Coda Explorer</span>
5252
</a>
5353

5454
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)