mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
typo fix by @princemaple
This commit is contained in:
parent
46e19a7094
commit
12c76b7a54
@ -480,7 +480,7 @@ var searchEvent = function(event) {
|
|||||||
let box = document.querySelector('#search div');
|
let box = document.querySelector('#search div');
|
||||||
|
|
||||||
if (value.length == 0) {
|
if (value.length == 0) {
|
||||||
box.innerHTML = "Write one of yours suported commands: " + user.Commands.join(", ") + ".";
|
box.innerHTML = "Write one of your supported commands: " + user.Commands.join(", ") + ".";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user