From 41a5fd02dc8fc538c86ca0b8c1f703e62e9fb868 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 17 Nov 2023 08:23:12 +0800 Subject: [PATCH] :memo: https://ld246.com/article/1700112207945/comment/1700130425132#comments --- app/src/layout/topBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/layout/topBar.ts b/app/src/layout/topBar.ts index 28bb62041..59c45c229 100644 --- a/app/src/layout/topBar.ts +++ b/app/src/layout/topBar.ts @@ -299,7 +299,7 @@ const openPlugin = (app: App, target: Element) => { if(!isHuawei()) { menu.addItem({ icon: "iconSettings", - label: window.siyuan.languages.config, + label: window.siyuan.languages.manage, click() { openSetting(app).element.querySelector('.b3-tab-bar [data-name="bazaar"]').dispatchEvent(new CustomEvent("click")); }