about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMorgan <m@morganastra.me>2015-03-10 07:21:20 +0000
committerMorgan <m@morganastra.me>2015-03-10 07:21:20 +0000
commitc1c49e5ae2d124b33e61d1afbd9de4f100ce22a3 (patch)
tree2b8e318edebb1ffc49c3571a8bf30d68e4cb192b /src
parent30d4e781dc2e2f24658fc567a09f47e3baf64b63 (diff)
Invite PRs in the 'pronouns not found' page
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 "/" []