diff options
-rw-r--r-- | app/views/help/_alpha_notice.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/_alpha_notice.rhtml b/app/views/help/_alpha_notice.rhtml index 5c29f90f3..e4ac30769 100644 --- a/app/views/help/_alpha_notice.rhtml +++ b/app/views/help/_alpha_notice.rhtml @@ -5,7 +5,7 @@ <ol> <li> Design the site - the current appearance is purely placeholder. </li> - <li> Find a name of the site - <a href="/help/contact">suggestions to us</a> please. </li> + <li> Find a name for the site - <a href="/help/contact">suggestions to us</a> please. </li> <li> Add search, plus RSS feeds and email alerts based on search terms. </li> <li> Add things you <a href="/help/contact">tell us</a> you want. </li> </ol> @@ -13,6 +13,6 @@ <p>As always, if you want mySociety to do more stuff like this, please <a href="http://www.mysociety.org/volunteertasks">volunteer</a>, <a href="https://secure.mysociety.org/donate/">donate</a>, - or <a href="/help/contact">contact us!</a></p> + or <a href="mailto:karl@mysociety.org">commision us!</a></p> </div> |