fix: Current Folder Name in Page Title
This commit is contained in:
parent
be62f56782
commit
3bab97e3a2
@ -148,7 +148,7 @@ const fetchData = async () => {
|
||||
}
|
||||
|
||||
fileStore.updateRequest(res);
|
||||
document.title = `${res.name} - ${document.title}`;
|
||||
document.title = `${res.name} - ${t("files.files")} - File Browser`;
|
||||
} catch (err) {
|
||||
if (err instanceof Error) {
|
||||
error.value = err;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user