aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/around.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/views/around.js')
-rw-r--r--www/js/views/around.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index a8a7def..2c9b418 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -53,9 +53,9 @@
if ( details.msg ) {
this.displayError( details.msg );
} else if ( details.locs ) {
- this.displayError( STRINGS.multiple_locations );
+ this.displayError( FMS.strings.multiple_locations );
} else {
- this.displayError( STRINGS.location_problem );
+ this.displayError( FMS.strings.location_problem );
}
},