From 76ab67eb11fe98a68e90fe706009f46742f72b8c Mon Sep 17 00:00:00 2001 From: Jeffrey Harrison <64204515+LeeluPradhan@users.noreply.github.com> Date: Sun, 26 Apr 2020 11:19:15 +0530 Subject: [PATCH] Update app.js --- Search/themes/material/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Search/themes/material/app.js b/Search/themes/material/app.js index 9c17e42..7eda7df 100644 --- a/Search/themes/material/app.js +++ b/Search/themes/material/app.js @@ -87,7 +87,7 @@ function title(path) { // $('title').html(document.siteName + ' - ' + path); var model = window.MODEL; if (model.is_search_page) - $('title').html(`${document.siteName} - ${drive_name} - 搜索 ${model.q} 的结果`); + $('title').html(`${document.siteName} - ${drive_name} - Search Result for ${model.q} `); else $('title').html(`${document.siteName} - ${drive_name} - ${path}`); }