summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.go b/index.go
index ae7bc62..4d92da2 100644
--- a/index.go
+++ b/index.go
@@ -91,7 +91,7 @@ func handleIndex(w http.ResponseWriter, req *http.Request) {
"index_login",
map[string]interface{}{
"authURL": authURL,
- "notes": "Your sent an invalid session cookie.",
+ "notes": "You sent an invalid session cookie.",
},
)
if err != nil {