aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/alert/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/alert/index.html')
-rw-r--r--templates/web/base/alert/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html
index 1442e6bdc..ca1b26e60 100644
--- a/templates/web/base/alert/index.html
+++ b/templates/web/base/alert/index.html
@@ -30,8 +30,10 @@ within a certain distance of a particular location.', "%s is the site name"), si
</p>
<form method="get" action="/alert/list" class="form-box js-geolocate">
<fieldset>
+ <label for="pc">[% loc('Postcode or street name and area') %]</label>
+ <p class="form-hint" id="pc-hint">[% tprintf(loc('e.g. ‘%s’ or ‘%s’'), c.cobrand.example_places) %]</p>
<div class="form-txt-submit-box">
- <input class="form-control" type="text" name="pc" value="[% pc | html %]" placeholder="[% tprintf(loc('e.g. ‘%s’ or ‘%s’'), c.cobrand.example_places) %]">
+ <input class="form-control" type="text" name="pc" value="[% pc | html %]" aria-describedby="pc-hint">
<input class="green-btn" type="submit" value="[% loc('Go') %]">
</div>
</fieldset>