aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/around.html2
-rw-r--r--templates/submit.html2
-rw-r--r--www/templates/en/around.html2
-rw-r--r--www/templates/en/help.html18
-rw-r--r--www/templates/en/initial_help.html2
-rw-r--r--www/templates/en/submit.html2
6 files changed, 14 insertions, 14 deletions
diff --git a/templates/around.html b/templates/around.html
index 6fb6ca9..6419d6c 100644
--- a/templates/around.html
+++ b/templates/around.html
@@ -3,7 +3,7 @@
<span class="ui-btn-inner"<span class="ui-btn-text">[% loc('Drafts') %] <span class="draft_count"><% print( FMS.allDrafts.length ) %></span></span></span>
</a>
<a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">[% loc('Cancel') %]</a>
- <h1>FixMyStreet</h1>
+ <h1><% print( CONFIG.APP_NAME ) %></h1>
<a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">[% loc('Account') %]</a>
</div>
diff --git a/templates/submit.html b/templates/submit.html
index a36d1e2..a3b1c73 100644
--- a/templates/submit.html
+++ b/templates/submit.html
@@ -38,7 +38,7 @@
<input type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required>
<div id="form_sign_in">
- <h4 id="have_password">Do you have a FixMyStreet password?</h4>
+ <h4 id="have_password">Do you have a <% print( CONFIG.APP_NAME ) %> password?</h4>
<div id="form_sign_in_yes" class="form-box">
diff --git a/www/templates/en/around.html b/www/templates/en/around.html
index 47bc329..7c64fe5 100644
--- a/www/templates/en/around.html
+++ b/www/templates/en/around.html
@@ -3,7 +3,7 @@
<span class="ui-btn-inner"<span class="ui-btn-text">Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span></span></span>
</a>
<a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">Cancel</a>
- <h1>FixMyStreet</h1>
+ <h1><% print( CONFIG.APP_NAME ) %></h1>
<a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">Account</a>
</div>
diff --git a/www/templates/en/help.html b/www/templates/en/help.html
index f8bd8aa..3722544 100644
--- a/www/templates/en/help.html
+++ b/www/templates/en/help.html
@@ -1,7 +1,7 @@
<h1>Frequently Asked Questions</h1>
<dl>
- <dt>What is FixMyStreet?</dt>
- <dd>FixMyStreet is a website and app to help people report local problems they&rsquo;ve found to their council.</dd>
+ <dt>What is <% print( CONFIG.APP_NAME ) %>?</dt>
+ <dd><% print( CONFIG.APP_NAME ) %> is a website and app to help people report local problems they&rsquo;ve found to their council.</dd>
<dt>How do I use this app?</dt>
<dd>The app will attempt to locate you automatically but if it can't or you want to report
@@ -28,23 +28,23 @@
next submitting a report. Please note that you have to click the link in the confirmation email to
activate or change your password.</dd>
- <dt>What sort of problems should I report with FixMyStreet?</dt>
- <dd>FixMyStreet is primarily for reporting things which are
+ <dt>What sort of problems should I report with <% print( CONFIG.APP_NAME ) %>?</dt>
+ <dd><% print( CONFIG.APP_NAME ) %> is primarily for reporting things which are
<strong>broken or dirty or damaged or dumped, and need fixing, cleaning
or clearing</strong>.</dd>
- <dt>What isn&rsquo;t FixMyStreet for?</dt>
- <dd>FixMyStreet is not a way of getting in touch with your council for all
- issues &ndash; please use FixMyStreet only for problems such as the above.</dd>
+ <dt>What isn&rsquo;t <% print( CONFIG.APP_NAME ) %> for?</dt>
+ <dd><% print( CONFIG.APP_NAME ) %> is not a way of getting in touch with your council for all
+ issues &ndash; please use <% print( CONFIG.APP_NAME ) %> only for problems such as the above.</dd>
<dt>Is it free?</dt>
- <dd>The site and app are free to use, yes. FixMyStreet is run
+ <dd>The site and app are free to use, yes. <% print( CONFIG.APP_NAME ) %> is run
by a registered charity, though, so if you want to make a contribution, <a
onclick="FMS.openExternal(event); return false;" href="https://secure.mysociety.org/donate/">please do</a>.
For more information see the <a onclick="FMS.openExternal(event); return false;" href="http://www.fixmystreet.com/faq/">website</a>.
</dd>
- <dt>Who built FixMyStreet?</dt>
+ <dt>Who built <% print( CONFIG.APP_NAME ) %>?</dt>
<dd>The site and this app was built by <a onclick="FMS.openExternal(event); return false;" href="http://www.mysociety.org/">mySociety</a>.</dd>
<dt>Thanks to...</dt>
<dd>
diff --git a/www/templates/en/initial_help.html b/www/templates/en/initial_help.html
index 45b4961..7f684e6 100644
--- a/www/templates/en/initial_help.html
+++ b/www/templates/en/initial_help.html
@@ -1,4 +1,4 @@
-<h1>Welcome to FixMyStreet</h1>
+<h1>Welcome to <% print( CONFIG.APP_NAME ) %></h1>
<p>
Using this app you can report common street problems, like potholes or broken street lights, to councils throughout the UK.
</p>
diff --git a/www/templates/en/submit.html b/www/templates/en/submit.html
index a36d1e2..a3b1c73 100644
--- a/www/templates/en/submit.html
+++ b/www/templates/en/submit.html
@@ -38,7 +38,7 @@
<input type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required>
<div id="form_sign_in">
- <h4 id="have_password">Do you have a FixMyStreet password?</h4>
+ <h4 id="have_password">Do you have a <% print( CONFIG.APP_NAME ) %> password?</h4>
<div id="form_sign_in_yes" class="form-box">