diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index b994d20d2..56ada3248 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -112,7 +112,7 @@ export class Background { - + @@ -268,7 +268,7 @@ export class Background { html += `
`; }); const dialog = new Dialog({ - title: window.siyuan.languages.random, + title: window.siyuan.languages.builtIn, content: `
${html}
`, width: isMobile() ? "92vw" : "912px", height: isMobile() ? "80vh" : "70vh", @@ -452,7 +452,7 @@ export class Background { html += `
${item}
`; }); this.tagsElement.innerHTML = `${html} -` +` this.tagsElement.classList.remove("fn__none") this.actionElements[0].classList.add("fn__none") } else {