summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorgutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 16:02:53 -0400
committergutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 16:02:53 -0400
commitf5b5b290e452dcab4f2c41566fbfce6f69ad5096 (patch)
treeb06a4b47fb1a6839131a61a5d78c04b94d5802c4 /src/client/app/init.ts
parentLocalize missing line (diff)
downloadsharkey-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.ts2
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解除