Skip to content

Commit 021214c

Browse files
authored
Merge pull request #18 from threefoldtech/development-v3-titles
template: changes networks name
2 parents 770066d + 507ce4c commit 021214c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/generate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1 class="text-center">Which release do you want ?</h1>
100100
<div class="card-deck mb-3">
101101
<div class="card mb-4 shadow-sm border-success tf-card-selected" id="tf-runmode-prod">
102102
<div class="card-header bg-success">
103-
<h4 class="my-0 font-weight-normal text-center">Production</h4>
103+
<h4 class="my-0 font-weight-normal text-center">Main Network</h4>
104104
</div>
105105
<div class="card-body">
106106
<h5 class="card-title text-center">The real network</h5>
@@ -116,7 +116,7 @@ <h5 class="card-title text-center">The real network</h5>
116116
</div>
117117
<div class="card mb-4 shadow-sm border-warning tf-card" id="tf-runmode-test">
118118
<div class="card-header bg-warning">
119-
<h4 class="my-0 font-weight-normal text-center">Testing</h4>
119+
<h4 class="my-0 font-weight-normal text-center">Test Network</h4>
120120
</div>
121121
<div class="card-body">
122122
<h5 class="card-title text-center">Make it bulletproof</h5>
@@ -146,7 +146,7 @@ <h5 class="card-title text-center">Make it bulletproof</h5>
146146
</div>
147147
<div class="card mb-4 shadow-sm border-danger tf-card" id="tf-runmode-dev">
148148
<div class="card-header bg-danger">
149-
<h4 class="my-0 font-weight-normal text-center">Development</h4>
149+
<h4 class="my-0 font-weight-normal text-center">Dev Network</h4>
150150
</div>
151151
<div class="card-body">
152152
<h5 class="card-title text-center">Crashtest</h5>

0 commit comments

Comments
 (0)