Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeluPradhan authored Apr 26, 2020
1 parent 9b6b37c commit 76ab67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Search/themes/material/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
}
Expand Down

0 comments on commit 76ab67e

Please sign in to comment.