about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/web.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 8e70e3b..83f25e6 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -40,7 +40,9 @@
               (str "at least I think it was " possessive-pronoun)
               (str subject " threw it to " reflexive)]))
   ([nothing]
-     "We couldn't find those pronouns in our database, please let us know to add them!"))
+     (str "We couldn't find those pronouns in our database, please ask us to "
+          "add them, or issue a pull request at "
+          "https://github.com/witch-house/pronoun.is/blob/master/resources/pronouns.tab")))
 
 (defroutes app-routes
   (GET "/" []