diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-13 12:48:28 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-13 13:14:35 +0100 |
commit | 582e46d9dd9146b35a4b8f46e095eeee5ef6af91 (patch) | |
tree | 7fdad3f10288b7ec6ec5b0c968f683ba589c0557 | |
parent | 206b2d2b9d4bb55659bb3e52866dc53a4223b0e8 (diff) |
Pinpoint problem is too long for iPhone so change to Find problem
-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 b551a73..c429907 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>Pinpoint problem</h1> + <h1>Find problem</h1> <a id="search" class="ui-btn-right">Search</a> </div> |