diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-02-22 18:23:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-02-22 18:23:55 +0000 |
commit | 2bcc42fcdc96caa22e8ab2af6155bfff7e2d875b (patch) | |
tree | 8619a5d65747480d7ff07b7619a6b587aa1f4871 | |
parent | 83c6ee17ba7c23203bd3155050683f850ea96dd8 (diff) |
Typo.
-rwxr-xr-x | templates/web/fixmystreet/around/display_location.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html index f5538cfb9..8f3ebb49b 100755 --- a/templates/web/fixmystreet/around/display_location.html +++ b/templates/web/fixmystreet/around/display_location.html @@ -82,7 +82,7 @@ <div class="shadow-wrap"> <ul id="key-tools" class="singleton"> - <li><a class="feed" href="[% email_url | html %]">Recieve Updates</a></li> + <li><a class="feed" href="[% email_url | html %]">Receive Updates</a></li> </ul> </div> @@ -120,4 +120,4 @@ </div> </form> -[% INCLUDE 'footer.html' %]
\ No newline at end of file +[% INCLUDE 'footer.html' %] |