aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/help/api.rhtml
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-08-15 00:48:14 +0200
committerDavid Cabo <david@calibea.com>2011-08-15 00:48:14 +0200
commitc7f4962974d814a820fcb5bda6440a8f0ac64eec (patch)
tree70aefdd71429d68dfff1348c197f66f03191342a /app/views/help/api.rhtml
parent44bfac050fd003bffc62170710dc19f94aa3b529 (diff)
Remove WhatDoTheyKnow hardcoded name from help pages, replace with site_name variable
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r--app/views/help/api.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml
index 6f27cf908..3cafbb665 100644
--- a/app/views/help/api.rhtml
+++ b/app/views/help/api.rhtml
@@ -7,10 +7,10 @@
<h2> Introduction </h2>
<p>This page explains how programmers can make other websites and software
-interact with WhatDoTheyKnow via an "API".
+interact with <%= site_name %> via an "API".
</p>
-<p>WhatDoTheyKnow does not have a full API yet, but we are gradually adding
+<p><%= site_name %> does not have a full API yet, but we are gradually adding
lots of things that are similar in use to an API as they are requested.
</p>
@@ -68,7 +68,7 @@ information about the list of events in the feed.
<h2> 4. Spreadsheet of all authorities </h2>
<p>
-A spreadsheet file listing every body in WhatDoTheyKnow is available:
+A spreadsheet file listing every body in <%= site_name %> is available:
<%= link_to "all-authorities.csv", all_public_bodies_csv_url() %>
</p>