mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 Update text
This commit is contained in:
parent
f90925a80a
commit
369ad43c9f
10 changed files with 12 additions and 17 deletions
|
|
@ -136,7 +136,7 @@ export const initNavigationMenu = (app: App, liElement: HTMLElement) => {
|
|||
}
|
||||
}, {
|
||||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.mgmt,
|
||||
label: window.siyuan.languages.manage,
|
||||
click: () => {
|
||||
viewCards(app, notebookId, name, "Notebook");
|
||||
/// #if MOBILE
|
||||
|
|
@ -387,7 +387,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
|
|||
}
|
||||
}, {
|
||||
iconHTML: Constants.ZWSP,
|
||||
label: window.siyuan.languages.mgmt,
|
||||
label: window.siyuan.languages.manage,
|
||||
click: () => {
|
||||
fetchPost("/api/filetree/getHPathByID", {
|
||||
id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue