mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Update safe.js
This commit is contained in:
parent
1b7d7a60b5
commit
2bc9a0138d
1 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,8 @@
|
||||||
if (!('fetch' in window)) {
|
if (!('fetch' in window)) {
|
||||||
alert(
|
alert(
|
||||||
'お使いのブラウザが古いためMisskeyを動作させることができません。' +
|
'お使いのブラウザが古いため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