diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 21:21:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 21:21:49 +0900 |
| commit | f4c4d53bbb1770d4c38fa01227bfa0d81f5fc788 (patch) | |
| tree | cadc007a6358741f48f41602e8bf8df499f433dc /src/client | |
| parent | Fix file name (diff) | |
| download | misskey-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.vue | 1 |
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> |