summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-12-12 10:07:30 +0900
committerGitHub <noreply@github.com>2018-12-12 10:07:30 +0900
commitee3c0f6f183147fca0b53fd9681428f94b38a828 (patch)
treeeabc4d8ac5382a43079350947dc9a0141f184b2b /src/client
parentFix fields (#3596) (diff)
downloadmisskey-ee3c0f6f183147fca0b53fd9681428f94b38a828.tar.gz
misskey-ee3c0f6f183147fca0b53fd9681428f94b38a828.tar.bz2
misskey-ee3c0f6f183147fca0b53fd9681428f94b38a828.zip
Update settings.2fa.vue (#3593)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/settings.2fa.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/settings.2fa.vue b/src/client/app/desktop/views/components/settings.2fa.vue
index b9202eeff2..9d32685be5 100644
--- a/src/client/app/desktop/views/components/settings.2fa.vue
+++ b/src/client/app/desktop/views/components/settings.2fa.vue
@@ -1,6 +1,6 @@
<template>
<div class="2fa">
- <p style="margin-top:0;">{{ $t('intro') }}<a :href="$t('href')" target="_blank">{{ $t('detail') }}</a></p>
+ <p style="margin-top:0;">{{ $t('intro') }}<a :href="$t('url')" target="_blank">{{ $t('detail') }}</a></p>
<ui-info warn>{{ $t('caution') }}</ui-info>
<p v-if="!data && !$store.state.i.twoFactorEnabled"><ui-button @click="register">{{ $t('register') }}</ui-button></p>
<template v-if="$store.state.i.twoFactorEnabled">