diff --git a/app/src/assets/scss/mobile.scss b/app/src/assets/scss/mobile.scss index 36ff43dfb..63cfc4ac1 100644 --- a/app/src/assets/scss/mobile.scss +++ b/app/src/assets/scss/mobile.scss @@ -453,12 +453,12 @@ } } -html[lang="en_US"] .protyle-wysiwyg [spellcheck]:empty:before { +html .protyle-wysiwyg [spellcheck]:empty:before { content: "Enter text"; color: var(--b3-theme-on-surface-light); } -html[lang="zh__CN"] .protyle-wysiwyg [spellcheck]:empty:before { +html[lang="zh_CN"] .protyle-wysiwyg [spellcheck]:empty:before { content: "键入文字"; color: var(--b3-theme-on-surface-light); }