forked from FoundKeyGang/FoundKey
Update safe.js
This commit is contained in:
parent
d11aea263f
commit
f7bc60d5bc
1 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,8 @@
|
|||
if (!('fetch' in window)) {
|
||||
alert(
|
||||
'お使いのブラウザが古いためMisskeyを動作させることができません。' +
|
||||
'バージョンを最新のものに更新するか、別のブラウザをお試しください。');
|
||||
'バージョンを最新のものに更新するか、別のブラウザをお試しください。' +
|
||||
'\n\n' +
|
||||
'Your browser seems outdated.' +
|
||||
'To run Misskey, please update your browser to latest version or try other browsers.');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue