diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-20 04:32:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-20 04:32:49 +0900 |
| commit | 163d53b229a54ebe28e1b5de7bf7194c5a9171e2 (patch) | |
| tree | 585b7ccc84a537b0b3785e58f7c5aeeb98c4acf7 /src/web | |
| parent | Check Edge (diff) | |
| download | misskey-163d53b229a54ebe28e1b5de7bf7194c5a9171e2.tar.gz misskey-163d53b229a54ebe28e1b5de7bf7194c5a9171e2.tar.bz2 misskey-163d53b229a54ebe28e1b5de7bf7194c5a9171e2.zip | |
Insert missing whitespace
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/safe.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/safe.js b/src/web/app/safe.js index b37b89024c..a29ba4d87f 100644 --- a/src/web/app/safe.js +++ b/src/web/app/safe.js @@ -18,6 +18,6 @@ if (navigator.userAgent.indexOf('Edge')) { '現在、お使いのブラウザ(Microsoft Edge)ではMisskeyは正しく動作しません。' + 'サポートしているブラウザ: Google Chrome, Mozilla Firefox, Apple Safari など' + '\n\n' + - 'Currently, Misskey cannot run correctly on your browser (Microsoft Edge).' + + 'Currently, Misskey cannot run correctly on your browser (Microsoft Edge). ' + 'Supported browsers: Google Chrome, Mozilla Firefox, Apple Safari, etc'); } |