diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 16:02:53 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 16:02:53 -0400 |
| commit | f5b5b290e452dcab4f2c41566fbfce6f69ad5096 (patch) | |
| tree | b06a4b47fb1a6839131a61a5d78c04b94d5802c4 /src/client/app/init.ts | |
| parent | Localize missing line (diff) | |
| download | sharkey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.tar.gz sharkey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.tar.bz2 sharkey-f5b5b290e452dcab4f2c41566fbfce6f69ad5096.zip | |
Localized copy-paste message (added common)
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 043f26d0bc..18f510ea24 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -55,7 +55,7 @@ Vue.mixin({ console.info(`Misskey v${version} (${codename})`); console.info( - '%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。', + '%c%i18n:common.do-not-copy-paste%', 'color: red; background: yellow; font-size: 16px; font-weight: bold;'); // BootTimer解除 |