mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
Fix: Removed unnecessary caution
This commit is contained in:
@@ -659,7 +659,6 @@ class UiTab extends React.Component {
|
||||
lint: true,
|
||||
gutters: ['CodeMirror-lint-markers']
|
||||
}} />
|
||||
<p styleName='note-for-markdownlint-rules'>{i18n.__(`⚠️ Please reload boostnote after you change the Custom MarkdownLint rules`)}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
"Matching character triples": "自動補完する3文字括弧の列記",
|
||||
"Exploding character pairs": "改行時に空行を挿入する括弧ペアの列記",
|
||||
"Custom MarkdownLint Rules": "カスタムMarkdownLintルール",
|
||||
"⚠️ Please reload boostnote after you change the Custom MarkdownLint rules": "⚠️ カスタムMarkdownLintルール変更後は Boostnote をリロードしてください",
|
||||
"Preview": "プレビュー",
|
||||
"Preview Font Size": "プレビュー時フォントサイズ",
|
||||
"Preview Font Family": "プレビュー時フォント",
|
||||
|
||||
Reference in New Issue
Block a user