mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
This commit is contained in:
parent
472a3b09af
commit
425ec1d3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export const editor = {
|
|||
genHTML: () => {
|
||||
let spellcheckTip = "";
|
||||
/// #if !BROWSER
|
||||
spellcheckTip = window.siyuan.languages.spellcheckTip1;
|
||||
spellcheckTip = window.siyuan.languages.spellcheckTip2;
|
||||
/// #else
|
||||
spellcheckTip = window.siyuan.languages.spellcheckTip;
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue