aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base')
-rw-r--r--templates/web/base/alert/index.html2
-rw-r--r--templates/web/base/around/postcode_form.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html
index fa6e01fad..ba3c64baf 100644
--- a/templates/web/base/alert/index.html
+++ b/templates/web/base/alert/index.html
@@ -37,7 +37,7 @@ within a certain distance of a particular location.', "%s is the site name"), si
<input class="green-btn" type="submit" value="[% loc('Go') %]">
</div>
</fieldset>
- <a href="/alert/list" id="geolocate_link">&hellip; [% loc('or locate me automatically') %]</a>
+ <a href="/alert/list" id="geolocate_link">&hellip; [% loc('or use my location') %]</a>
</form>
[% IF photos.size %]
diff --git a/templates/web/base/around/postcode_form.html b/templates/web/base/around/postcode_form.html
index 0921fa496..e3f03b203 100644
--- a/templates/web/base/around/postcode_form.html
+++ b/templates/web/base/around/postcode_form.html
@@ -31,7 +31,7 @@
IF c.get_param('filter_category'); link_params.filter_category = c.get_param('filter_category'); END;
IF c.get_param('filter_group'); link_params.filter_group = c.get_param('filter_group'); END;
%]
- <a href="[% c.uri_for('/around', link_params) | html %]" id="geolocate_link">&hellip; [% loc('or locate me automatically') %]</a>
+ <a href="[% c.uri_for('/around', link_params) | html %]" id="geolocate_link">&hellip; [% loc('or use my location') %]</a>
[% UNLESS possible_location_matches %]
[% INCLUDE 'around/_postcode_form_post.html' %]