diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index e250b7eb7..5a46e91cc 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -873,7 +873,7 @@ export class Toolbar { const tempElement = document.createElement("template"); tempElement.innerHTML = newHTML; if (tempElement.content.childElementCount > 1) { - showMessage(window.siyuan.languages.htmlTip) + showMessage(window.siyuan.languages.htmlBlockTip) } } updateTransaction(protyle, id, newHTML, html);