diff options
-rw-r--r-- | www/templates/en/offline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index 39e1e39..b7c6df0 100644 --- a/www/templates/en/offline.html +++ b/www/templates/en/offline.html @@ -11,7 +11,7 @@ <p> Current accuracy is <span id="accuracy">unknown</span> - we'll add the - location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or less. + location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or better. </p> <div style="width:100%; height:10px; border:1px solid black;"> |