diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-20 20:12:06 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-20 20:12:06 +0100 |
commit | c62870edf51e1bfe04ad11256bd7ba8b5a4ee5d5 (patch) | |
tree | 94a821bf5d235b2e04605ac13713336960ff8be2 | |
parent | fb2eae201d01d285ac2b21fd32c2ff35a6f7aae5 (diff) |
make translation work
-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 %] |