diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js
index f3bceae2d362ccf288a713eded9933eacc8dd5a3..2979d26f943702621552a672f72c9bfc2e379ddf 100644
--- a/themes/bootstrap3/js/common.js
+++ b/themes/bootstrap3/js/common.js
@@ -355,6 +355,7 @@ $(document).ready(function() {
   $('.autocomplete').each(function (i, element) {
     var op = $(element).autocomplete({
       maxResults: 10,
+      loadingString: vufindString['loading']+'...',
       handler: function(query, cb) {
         var searcher = extractClassParams(element);
         $.fn.autocomplete.ajax({