diff options
-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' %] |