summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-07-31 18:54:43 -0400
committergutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-07-31 18:54:43 -0400
commitb39384258c4b152d103aab8b3375cf04b86abf23 (patch)
tree69e12a8c19b41a528b4af52e65b1b0fb7d494c3e /src
parentEscaped quotes (diff)
downloadmisskey-b39384258c4b152d103aab8b3375cf04b86abf23.tar.gz
misskey-b39384258c4b152d103aab8b3375cf04b86abf23.tar.bz2
misskey-b39384258c4b152d103aab8b3375cf04b86abf23.zip
Added i18n line to hint
home.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/components/home.vue2
1 files changed, 1 insertions, 1 deletions
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"/>