Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/fulltextsearch.v1.searchbox.js')
-rw-r--r--js/fulltextsearch.v1.searchbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fulltextsearch.v1.searchbox.js b/js/fulltextsearch.v1.searchbox.js
index 8c29708..a3d2529 100644
--- a/js/fulltextsearch.v1.searchbox.js
+++ b/js/fulltextsearch.v1.searchbox.js
@@ -113,7 +113,7 @@ var searchbox = {
box_elements.searchInput = $('<input>', {
id: 'fts-input',
- placeholder: 'Search ' + settings.searchProviderName
+ placeholder: t('fulltextsearch', 'Search') + ' ' + settings.searchProviderName
}).on('keyup', searchbox.timedSearch);
box_elements.searchOptions = $('<div>', {id: 'fts-options'});
box_elements.searchTemplate = $('<div>', {id: 'fts-options-template'});