swarm/api: update mission statement (#19612)
This commit is contained in:
parent
048df258dc
commit
cf38a3dc65
@ -1043,7 +1043,7 @@ func TestGet(t *testing.T) {
|
||||
method: "GET",
|
||||
headers: map[string]string{"Accept": "text/html"},
|
||||
expectedStatusCode: http.StatusOK,
|
||||
assertResponseBody: "Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution",
|
||||
assertResponseBody: "Swarm provides censorship resistant storage and communication infrastructure for a sovereign digital society",
|
||||
verbose: false,
|
||||
},
|
||||
{
|
||||
|
@ -122,7 +122,7 @@ const errorResponse = `{{ define "content" }}
|
||||
|
||||
<div class="footer">
|
||||
<p>{{.Timestamp}}</p>
|
||||
<p>Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution</p>
|
||||
<p>Swarm provides censorship resistant storage and communication infrastructure for a sovereign digital society</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}`
|
||||
@ -155,7 +155,7 @@ function goToPage() {
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>{{.Timestamp}}</p>
|
||||
<p>Swarm: Serverless Hosting Incentivised Peer-To-Peer Storage And Content Distribution</p>
|
||||
<p>Swarm provides censorship resistant storage and communication infrastructure for a sovereign digital society</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user