[fix] typo
This commit is contained in:
parent
e033f8133d
commit
a33cbdd1b7
@ -4,10 +4,10 @@ import {Remarkable} from 'remarkable';
|
||||
import DOMPurify from 'dompurify';
|
||||
import rkatex from 'remarkable-katex';
|
||||
import hljs from 'highlightjs';
|
||||
|
||||
import 'highlightjs/styles/tomorrow.css';
|
||||
import 'katex/dist/katex.min.css'
|
||||
|
||||
|
||||
let username;
|
||||
let is_reconnection = false;
|
||||
let last_command = null;
|
||||
@ -97,7 +97,7 @@ async function init() {
|
||||
|
||||
write_message({
|
||||
type: 'system-message',
|
||||
msg: 'Notification permission are use to get you informated. Please allow it.',
|
||||
msg: 'Notification permission are is to get you informated. Please allow it.',
|
||||
is_private: true,
|
||||
plain: true,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user