Commit cf38a3dc authored by Rafael Matias's avatar Rafael Matias Committed by Anton Evangelatov

swarm/api: update mission statement (#19612)

parent 048df258
...@@ -1043,7 +1043,7 @@ func TestGet(t *testing.T) { ...@@ -1043,7 +1043,7 @@ func TestGet(t *testing.T) {
method: "GET", method: "GET",
headers: map[string]string{"Accept": "text/html"}, headers: map[string]string{"Accept": "text/html"},
expectedStatusCode: http.StatusOK, 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, verbose: false,
}, },
{ {
......
...@@ -122,7 +122,7 @@ const errorResponse = `{{ define "content" }} ...@@ -122,7 +122,7 @@ const errorResponse = `{{ define "content" }}
<div class="footer"> <div class="footer">
<p>{{.Timestamp}}</p> <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>
</div> </div>
{{ end }}` {{ end }}`
...@@ -155,7 +155,7 @@ function goToPage() { ...@@ -155,7 +155,7 @@ function goToPage() {
</div> </div>
<div class="footer"> <div class="footer">
<p>{{.Timestamp}}</p> <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>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment