diff options
Diffstat (limited to 'www/templates/en')
-rw-r--r-- | www/templates/en/around.html | 2 | ||||
-rw-r--r-- | www/templates/en/offline.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 56c0bf1..4e9f8f9 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -10,7 +10,7 @@ <p> Current accuracy is <span id="accuracy">unknown</span> - we'll load - the map when it's 100m or better. + the map when it's <% print( CONFIG.ACCURACY ) %>m or better. </p> <div style="width:100%; height:10px; border:1px solid black;"> diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index e56d325..38fbdaf 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 100m or less. + location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or less. </p> <div style="width:100%; height:10px; border:1px solid black;"> |