diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-18 12:13:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-18 12:13:34 +0100 |
commit | 51600caac791a87fcba1489fa844c0bc828bcc55 (patch) | |
tree | f047e2009dbf40fbb90f8a34db0c194624f5e57c /src | |
parent | 47635eb0d2c6442f6ae9af131cc3faeacd0a51a1 (diff) |
Change homepage title to be FixMyStreet. Fixes #54
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/around.html b/src/templates/en/around.html index c54711a..85ff286 100644 --- a/src/templates/en/around.html +++ b/src/templates/en/around.html @@ -3,7 +3,7 @@ Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span> </a> <a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">Cancel</a> - <h1>Find problem</h1> + <h1>FixMyStreet</h1> <a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">Account</a> <a id="confirm" class="nodisplay" data-role="button" data-iconpos="right" data-icon="arrow-r">Next</a> </div> |