diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-11-03 17:37:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-03 17:37:05 +0900 |
| commit | f7bc60d5bc5e94ba2704da2aeac290f1d541fac3 (patch) | |
| tree | 5e1a93ce3be9fb130cc49a4b1a3e1c09ea75ecf8 /src | |
| parent | Update ja.yml (diff) | |
| download | sharkey-f7bc60d5bc5e94ba2704da2aeac290f1d541fac3.tar.gz sharkey-f7bc60d5bc5e94ba2704da2aeac290f1d541fac3.tar.bz2 sharkey-f7bc60d5bc5e94ba2704da2aeac290f1d541fac3.zip | |
Update safe.js
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/safe.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/app/safe.js b/src/web/app/safe.js index c5fbb83a92..77293be81d 100644 --- a/src/web/app/safe.js +++ b/src/web/app/safe.js @@ -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.'); } |