diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:57:20 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-18 15:57:20 +1000 |
commit | fed7b7ebbece65e3247f8be7da11df90c74e2084 (patch) | |
tree | 3c61cc772f2f9d76cc3db00cd368ef0b24e6b867 /lib/views/help/credits.rhtml | |
parent | c49382584bca4abd61ed8a2454b6f161561603be (diff) |
Replace instances of WhatDoTheyKnow with site_name from configuration
Diffstat (limited to 'lib/views/help/credits.rhtml')
-rw-r--r-- | lib/views/help/credits.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/help/credits.rhtml b/lib/views/help/credits.rhtml index 08405da..bc493bc 100644 --- a/lib/views/help/credits.rhtml +++ b/lib/views/help/credits.rhtml @@ -7,7 +7,7 @@ <dl> -<dt id="thanks">Which people made WhatDoTheyKnow? <a href="#thanks">#</a> </dt> +<dt id="thanks">Which people made <%= site_name %>? <a href="#thanks">#</a> </dt> <dd>Oh, nearly everyone (and <a href="http://www.mysociety.org/helpus">maybe you too</a>)! <ul> <li> @@ -77,7 +77,7 @@ You're all stars. <li>Help people find successful requests, and monitor performance of authorities, by <a href="/categorise/play">playing the categorisation game</a>. </li> <li>Find out FOI email addresses of <a href="/help/requesting#missing_body">authorities that we're missing</a>.</li> - <li>Write a blog post about either WhatDoTheyKnow or an interesting request that you've + <li>Write a blog post about either <%= site_name %> or an interesting request that you've found. Post about it on a forum that you frequent. Tell friends about it.</li> <li>If you're a programmer, get the source code for our parent project, <a href="http://alaveteli.org">Alaveteli</a> and tell us about patches we can pull. It's made in Ruby on Rails. |