wuio
This commit is contained in:
parent
b3b7be2949
commit
ab4a92ec58
4 changed files with 10 additions and 10 deletions
|
|
@ -23,10 +23,10 @@
|
|||
</div>
|
||||
<div class="_content" v-else-if="tutorial === 4">
|
||||
<div v-t="'_tutorial.step5_1'"></div>
|
||||
<i18n path="_tutorial.step5_2" tag="div">
|
||||
<i18n-t path="_tutorial.step5_2" tag="div">
|
||||
<router-link class="_link" place="featured" to="/featured" v-t="'featured'"></router-link>
|
||||
<router-link class="_link" place="explore" to="/explore" v-t="'explore'"></router-link>
|
||||
</i18n>
|
||||
</i18n-t>
|
||||
<div v-t="'_tutorial.step5_3'"></div>
|
||||
<small v-t="'_tutorial.step5_4'"></small>
|
||||
</div>
|
||||
|
|
@ -37,9 +37,9 @@
|
|||
</div>
|
||||
<div class="_content" v-else-if="tutorial === 6">
|
||||
<div v-t="'_tutorial.step7_1'"></div>
|
||||
<i18n path="_tutorial.step7_2" tag="div">
|
||||
<i18n-t path="_tutorial.step7_2" tag="div">
|
||||
<router-link class="_link" place="help" to="/docs" v-t="'help'"></router-link>
|
||||
</i18n>
|
||||
</i18n-t>
|
||||
<div v-t="'_tutorial.step7_3'"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@
|
|||
<div v-if="data && !$store.state.i.twoFactorEnabled">
|
||||
<ol style="margin: 0; padding: 0 0 0 1em;">
|
||||
<li>
|
||||
<i18n path="_2fa.step1" tag="span">
|
||||
<i18n-t path="_2fa.step1" tag="span">
|
||||
<a href="https://authy.com/" rel="noopener" target="_blank" place="a" class="_link">Authy</a>
|
||||
<a href="https://support.google.com/accounts/answer/1066447" rel="noopener" target="_blank" place="b" class="_link">Google Authenticator</a>
|
||||
</i18n>
|
||||
</i18n-t>
|
||||
</li>
|
||||
<li>{{ $t('_2fa.step2') }}<br><img :src="data.qr"></li>
|
||||
<li>{{ $t('_2fa.step3') }}<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue