mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Added i18n line to hint
home.vue
This commit is contained in:
parent
d30daff8a0
commit
1fb37e472f
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue