diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 303413b55..26a2e2db0 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -13,7 +13,7 @@ v-if="!$store.state.users.currentUser.locked && newStatus.visibility == 'private' && !disableLockWarning" keypath="post_status.account_not_locked_warning" tag="p" - class="visibility-notice" + class="alert neutral" scope="global" >

{{ $t('post_status.scope_notice.unlisted') }} - - +

{{ $t('post_status.scope_notice.private') }} - - +

{{ $t('post_status.direct_warning_to_first_only') }} {{ $t('post_status.direct_warning_to_all') }} diff --git a/src/components/user_card/user_card.js b/src/components/user_card/user_card.js index 8a99c4ceb..159d09e36 100644 --- a/src/components/user_card/user_card.js +++ b/src/components/user_card/user_card.js @@ -438,9 +438,6 @@ export default { propsToNative (props) { return propsToNative(props) }, - cancelImageText () { - return - }, resetState () { const user = this.$store.state.users.currentUser