Skip to content

Commit

Permalink
perf: Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
feng626 committed Jan 14, 2025
1 parent f27a794 commit f437c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/elfinder/file_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
}
var kokoLang = getCookieByName("django_language");
if ( kokoLang.startsWith("en")) {
document.title = "File Manager"
document.title = "File explorer"
}else if (kokoLang.startsWith("ja")) {
document.title = "ファイル管理"
} else {
Expand Down

0 comments on commit f437c4b

Please sign in to comment.