summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-06 21:21:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-06 21:21:49 +0900
commitf4c4d53bbb1770d4c38fa01227bfa0d81f5fc788 (patch)
treecadc007a6358741f48f41602e8bf8df499f433dc /src/client
parentFix file name (diff)
downloadmisskey-f4c4d53bbb1770d4c38fa01227bfa0d81f5fc788.tar.gz
misskey-f4c4d53bbb1770d4c38fa01227bfa0d81f5fc788.tar.bz2
misskey-f4c4d53bbb1770d4c38fa01227bfa0d81f5fc788.zip
Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/profile-editor.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/profile-editor.vue b/src/client/app/common/views/components/profile-editor.vue
index 472124fa84..2c9dc54450 100644
--- a/src/client/app/common/views/components/profile-editor.vue
+++ b/src/client/app/common/views/components/profile-editor.vue
@@ -93,7 +93,6 @@
<div>
<ui-select v-model="exportTarget">
- <span slot="label">{{ $t('export-target') }}</span>
<option value="notes">{{ $t('export-targets.all-notes') }}</option>
<option value="following">{{ $t('export-targets.following-list') }}</option>
<option value="mute">{{ $t('export-targets.mute-list') }}</option>