summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 81d8f86ca..0634f1927 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2461,7 +2461,7 @@ function rcube_webmail()
this.ksearch_value = q;
- this.display_message('searching', 'loading', true);
+ this.display_message(this.get_label('searching'), 'loading', true);
this.http_post('autocomplete', '_search='+q);
};