aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/around.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/views/around.js')
-rw-r--r--src/js/views/around.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js
index ccc2ef0..70b6a02 100644
--- a/src/js/views/around.js
+++ b/src/js/views/around.js
@@ -173,7 +173,7 @@
if ( !fixmystreet.map ) {
$('#relocate').hide();
$('#mark-here').hide();
- $('#pc').attr('placeholder', 'Search for a place or postcode.').focus();
+ $('#pc').attr('placeholder', FMS.strings.search_placeholder).focus();
}
$('#front-howto').html('<p>' + msg + '</msg>');
$('#front-howto').show();