diff options
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> |