🎨 Update text

This commit is contained in:
Daniel 2023-07-06 10:39:41 +08:00
parent f90925a80a
commit 369ad43c9f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
10 changed files with 12 additions and 17 deletions

View file

@ -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