diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:01:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-26 10:01:32 +0900 |
| commit | 9d81d068533aaddf8e8654f9e86374c6531766bb (patch) | |
| tree | 2b6ff1106eff6431a2562e7e1fd8fd2531000045 /src/client/pages/timeline.tutorial.vue | |
| parent | Showusers order by updateAt NULL considered as max (#7015) (diff) | |
| download | misskey-9d81d068533aaddf8e8654f9e86374c6531766bb.tar.gz misskey-9d81d068533aaddf8e8654f9e86374c6531766bb.tar.bz2 misskey-9d81d068533aaddf8e8654f9e86374c6531766bb.zip | |
wip
Diffstat (limited to 'src/client/pages/timeline.tutorial.vue')
| -rw-r--r-- | src/client/pages/timeline.tutorial.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/pages/timeline.tutorial.vue b/src/client/pages/timeline.tutorial.vue index f3347c1463..60e71b0979 100644 --- a/src/client/pages/timeline.tutorial.vue +++ b/src/client/pages/timeline.tutorial.vue @@ -23,14 +23,14 @@ </div> <div class="_content" v-else-if="tutorial === 4"> <div>{{ $t('_tutorial.step5_1') }}</div> - <i18n-t keypath="_tutorial.step5_2" tag="div"> + <I18n src="_tutorial.step5_2" tag="div"> <template #featured> <MkA class="_link" to="/featured">{{ $t('featured') }}</MkA> </template> <template #explore> <MkA class="_link" to="/explore">{{ $t('explore') }}</MkA> </template> - </i18n-t> + </I18n> <div>{{ $t('_tutorial.step5_3') }}</div> <small>{{ $t('_tutorial.step5_4') }}</small> </div> @@ -41,11 +41,11 @@ </div> <div class="_content" v-else-if="tutorial === 6"> <div>{{ $t('_tutorial.step7_1') }}</div> - <i18n-t keypath="_tutorial.step7_2" tag="div"> + <I18n src="_tutorial.step7_2" tag="div"> <template #help> <MkA class="_link" to="/docs">{{ $t('help') }}</MkA> </template> - </i18n-t> + </I18n> <div>{{ $t('_tutorial.step7_3') }}</div> </div> |