diff options
-rw-r--r-- | templates/web/base/alert/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html index 7578a3329..3c7ff9e8b 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -7,6 +7,7 @@ <form method="get" action="/alert/list" class="form-box js-geolocate"> <fieldset> + <legend class="visuallyhidden">[% loc('Search for location of email alert or RSS feed') %]</legend> <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"> |