diff --git a/src/client/app/common/views/components/settings/profile.vue b/src/client/app/common/views/components/settings/profile.vue
index c49b465ce3..090d2a2469 100644
--- a/src/client/app/common/views/components/settings/profile.vue
+++ b/src/client/app/common/views/components/settings/profile.vue
@@ -51,7 +51,7 @@
{{ $t('uploading') }}
- {{ $t('save') }}
+ {{ $t('save') }}
@@ -84,7 +84,7 @@
{{ $t('email-not-verified') }}
{{ $t('email-address') }}
- {{ $t('save') }}
+ {{ $t('save') }}
@@ -123,6 +123,7 @@ import { toUnicode } from 'punycode';
import langmap from 'langmap';
import { unique } from '../../../../../../prelude/array';
import { faDownload, faUpload } from '@fortawesome/free-solid-svg-icons';
+import { faSave } from '@fortawesome/free-regular-svg-icons';
export default Vue.extend({
i18n: i18n('common/views/components/profile-editor.vue'),
@@ -151,7 +152,7 @@ export default Vue.extend({
avatarUploading: false,
bannerUploading: false,
exportTarget: 'notes',
- faDownload, faUpload
+ faDownload, faUpload, faSave
};
},