diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 13:10:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 13:10:50 +0100 |
commit | 63fa8b94277b988de560e06eb12eef04ebf24898 (patch) | |
tree | 23328686cefabc6fbfc9552a127b8ca66f5c456c /src | |
parent | bf98a89b3e8c9e006f3c7e5433f354d6fc379fc4 (diff) |
Add explanation text to offline locating screen
Fixes #132
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/offline.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/en/offline.html b/src/templates/en/offline.html index 33e54a1..10e87d9 100644 --- a/src/templates/en/offline.html +++ b/src/templates/en/offline.html @@ -11,6 +11,10 @@ </div> <p> + Finding your location + </p> + + <p> <input data-theme="c" type="button" id="locate_cancel" value="Cancel"> </p> </div> |