From c2d5a96bb6f3524c573e980c467482b20436f971 Mon Sep 17 00:00:00 2001 From: tamaina Date: Wed, 12 Feb 2020 06:27:11 +0900 Subject: 翻訳の抜けを修正その2 (#5893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Missing translation * use npx * :v: * Update ja-JP.yml * Update signup.vue * Update ja-JP.yml * Update messaging-room.vue * Update ja-JP.yml * Update signup.vue * Update ja-JP.yml * Update signin.vue * Update ja-JP.yml * Update index.vue * Update ja-JP.yml * Update signup.vue Co-authored-by: syuilo --- src/client/scripts/please-login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/scripts') diff --git a/src/client/scripts/please-login.ts b/src/client/scripts/please-login.ts index 7125541bb1..ebd7dd82ab 100644 --- a/src/client/scripts/please-login.ts +++ b/src/client/scripts/please-login.ts @@ -2,7 +2,7 @@ export default ($root: any) => { if ($root.$store.getters.isSignedIn) return; $root.dialog({ - title: $root.$t('@.signin-required'), + title: $root.$t('signinRequired'), text: null }); -- cgit v1.2.3-freya