From f5b5b290e452dcab4f2c41566fbfce6f69ad5096 Mon Sep 17 00:00:00 2001 From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> Date: Mon, 6 Aug 2018 16:02:53 -0400 Subject: Localized copy-paste message (added common) --- src/client/app/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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解除 -- cgit v1.2.3-freya