aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmpl.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl.go b/tmpl.go
index de77674..9d76b6f 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -18,7 +18,7 @@ func init() {
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Proof of Work Challenge</title>
+ <title>Proof-of-work challenge</title>
<style>
html {
font-family: sans-serif;
@@ -177,12 +177,12 @@ func init() {
<body>
<main>
<header>
- <h1>Proof of Work Challenge</h1>
+ <h1>Proof-of-work challenge</h1>
</header>
<section>
<p>This site is protected by <a href="{{ .Global.SourceURL }}">Powxy</a>{{ if .Global.Version }}, version {{ .Global.Version }}{{ end }}.</p>
- <p>You must complete this proof of work challenge before you can access this site.</p>
+ <p>You must complete this proof-of-work challenge before you can access this site.</p>
</section>
{{- if .Message }}