📝 更新搜索排序菜单文案

This commit is contained in:
Liang Ding 2023-01-09 16:02:13 +08:00
parent 48548de9be
commit 698d659efd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 1 deletions

View file

@ -666,7 +666,7 @@ const addConfigMoreMenu = async (config: ISearchOption, edit: Protyle, element:
}];
if (config.group === 1) {
sortMenu.push({
label: window.siyuan.languages.context,
label: window.siyuan.languages.sortByContent,
current: config.sort === 5,
click() {
config.sort = 5;