From b39384258c4b152d103aab8b3375cf04b86abf23 Mon Sep 17 00:00:00 2001
From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com>
Date: Tue, 31 Jul 2018 18:54:43 -0400
Subject: [PATCH] Added i18n line to hint

home.vue
---
 src/client/app/desktop/views/components/home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue
index e4902fcc38..d45cc82e13 100644
--- a/src/client/app/desktop/views/components/home.vue
+++ b/src/client/app/desktop/views/components/home.vue
@@ -53,7 +53,7 @@
 				</div>
 			</x-draggable>
 			<div class="main">
-				<a @click="hint">カスタマイズのヒント</a>
+				<a @click="hint">%i18n:common.customization-tips.title%</a>
 				<div>
 					<mk-post-form v-if="$store.state.settings.showPostFormOnTopOfTl"/>
 					<mk-timeline ref="tl" @loaded="onTlLoaded"/>