diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 13:06:31 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 13:06:31 +0100 |
commit | bf98a89b3e8c9e006f3c7e5433f354d6fc379fc4 (patch) | |
tree | 6d6b70b04f860cc70a0228319891761e0d1997e6 /src | |
parent | 8e1f1769622dba30f8e156649d50e19ad44c27d4 (diff) |
Indicate locating is optional on offline screen
Just add extra text to the button.
Fixes #131
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/en/offline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/offline.html b/src/templates/en/offline.html index ca62051..33e54a1 100644 --- a/src/templates/en/offline.html +++ b/src/templates/en/offline.html @@ -28,7 +28,7 @@ <% if ( lat ) { %> This report has a position. <% } else { %> - <input type="button" data-role="button" data-theme="a" id="locate" value="Locate" > + <input type="button" data-role="button" data-theme="a" id="locate" value="Locate (optional)" > <% } %> </p> |