diff options
author | Morgan <m@morganastra.me> | 2015-03-10 07:21:20 +0000 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-03-10 07:21:20 +0000 |
commit | c1c49e5ae2d124b33e61d1afbd9de4f100ce22a3 (patch) | |
tree | 2b8e318edebb1ffc49c3571a8bf30d68e4cb192b /src | |
parent | 30d4e781dc2e2f24658fc567a09f47e3baf64b63 (diff) |
Invite PRs in the 'pronouns not found' page
Diffstat (limited to 'src')
-rw-r--r-- | src/pronouns/web.clj | 4 |
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 "/" [] |