From c1c49e5ae2d124b33e61d1afbd9de4f100ce22a3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 10 Mar 2015 07:21:20 +0000 Subject: [PATCH] Invite PRs in the 'pronouns not found' page --- src/pronouns/web.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 "/" []