diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/js/views/around.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index e054bbd..5db5bb3 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -356,7 +356,7 @@ if ( !fixmystreet.map ) { this.$('#mark-here').hide(); this.$('#relocate').hide(); - $('#front-howto').html('<p>' + FMS.strings.locate_dismissed + '</msg>'); + $('#front-howto').html('<p>' + FMS.strings.locate_dismissed + '</p>'); $('#front-howto').show(); } this.finishedLocating(); |