diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-13 12:30:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-13 12:30:38 +0100 |
commit | 8fe0a2131f38c48780dfec90d062e83819e5d189 (patch) | |
tree | f2dc18005e2b67730f2791328c23de64bc959999 | |
parent | dbd59338113300f9f7ce302837571d0c40666c73 (diff) |
better title for map page. Fixes #455
-rw-r--r-- | www/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 7ff5564..1e7367b 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -1,6 +1,6 @@ <div data-id="locate" id="around-header" data-role="header"> <a href="#" id="cancel" class="ui-btn-left nodisplay">Cancel</a> - <h1>FixMyStreet</h1> + <h1>Pinpoint problem</h1> <a id="search" class="ui-btn-right">Search</a> </div> |