]> Sergey Matveev's repositories - sgblog.git/blobdiff - cmd/sgblog/http.go
Leave comments link on gopher page
[sgblog.git] / cmd / sgblog / http.go
index 7275c718919c98733f193128998ee3933df14cb8..4d88fb8cdbb10f18221805310af5578972d59148 100644 (file)
@@ -482,7 +482,7 @@ func serveHTTP() {
                }
                out.Write([]byte(fmt.Sprintf(
                        "[<tt><a title=\"When\">%s</a></tt>]\n"+
-                               "[<tt><a title=\"Hash\">%s</a></tt>]\n"+
+                               "[<tt><a title=\"What\">%s</a></tt>]\n"+
                                "<hr/>\n<h2>%s</h2>\n<pre>\n",
                        when, commit.Hash.String(), title,
                )))
@@ -496,7 +496,7 @@ func serveHTTP() {
                if cfg.CommentsEmail != "" {
                        out.Write([]byte("[" + makeA(
                                "mailto:"+cfg.CommentsEmail+"?subject="+commit.Hash.String(),
-                               "write comment",
+                               "leave comment",
                        ) + "]\n"))
                }
                out.Write([]byte("<dl>\n"))