diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index ac41a9ca..0d66252b 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -522,6 +522,7 @@ if (1)
"s_f1": "name contains (negate with -nope)",
"s_t1": "tags contains (^=start, end=$)",
"s_a1": "specific metadata properties",
+ "s_dir": "search this folder",
"md_eshow": "cannot render ",
"md_off": "[📜readme] disabled in [⚙️] -- document hidden",
@@ -6690,7 +6691,7 @@ var search_ui = (function () {
}
var folderSearch = ebi('folder_search');
- folderSearch.placeholder = '🔎 search this folder';
+ folderSearch.placeholder = '🔎 ' + L.s_dir;
folderSearch.onfocus = function(){
ebi('srch_pathc').checked = true;
var path = get_evpath();
diff --git a/scripts/tl.js b/scripts/tl.js
index ed4f011e..5377908e 100644
--- a/scripts/tl.js
+++ b/scripts/tl.js
@@ -547,6 +547,7 @@ Ls.hmn = {
"s_f1": "name contains (negate with -nope)",
"s_t1": "tags contains (^=start, end=$)",
"s_a1": "specific metadata properties",
+ "s_dir": "search this folder",
"md_eshow": "cannot render ",
"md_off": "[📜readme] disabled in [⚙️] -- document hidden",