diff options
-rw-r--r-- | templates/web/default/alert/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 69f21f2f2..dec15cf0a 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -19,7 +19,7 @@ within a certain distance of a particular location.') %] <form method="get" action="/alert/list"> <p> [% loc('To find out what local alerts we have for you, please enter your GB - postcode or street name and area:' ) %] +postcode or street name and area:' ) %] <input type="text" name="pc" value=""> <input type="submit" value="[% loc('Go') %]"> [% cobrand_form_elements %] |