diff --git a/src/client/app/common/views/components/profile-editor.vue b/src/client/app/common/views/components/profile-editor.vue index d745e7d29..a3b1c6d87 100644 --- a/src/client/app/common/views/components/profile-editor.vue +++ b/src/client/app/common/views/components/profile-editor.vue @@ -92,7 +92,7 @@
{{ $t('export') }}
- {{ $t('export-notes') }} + {{ $t('export-notes') }}
@@ -105,6 +105,7 @@ import { apiUrl, host } from '../../../config'; import { toUnicode } from 'punycode'; import langmap from 'langmap'; import { unique } from '../../../../../prelude/array'; +import { faDownload } from '@fortawesome/free-solid-svg-icons'; export default Vue.extend({ i18n: i18n('common/views/components/profile-editor.vue'), @@ -131,7 +132,8 @@ export default Vue.extend({ autoAcceptFollowed: false, saving: false, avatarUploading: false, - bannerUploading: false + bannerUploading: false, + faDownload }; },