From acd64f58e382dfa3db51dfabd61e4dae48d7b87b Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 31 Jan 2020 11:35:18 +0900 Subject: Resolve #2230 --- src/client/components/notification.vue | 7 +++++-- src/client/components/user-list.vue | 6 +++--- src/client/components/user-preview.vue | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'src/client/components') diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index e325f0adb6..6a9129e38e 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -37,7 +37,7 @@ - {{ $t('youGotNewFollower') }} + {{ $t('youGotNewFollower') }}
{{ $t('followRequestAccepted') }} {{ $t('receiveFollowRequest') }}
|
@@ -50,10 +50,13 @@ import { faPlus, faQuoteLeft, faQuoteRight, faRetweet, faReply, faAt, faCheck } import { faClock } from '@fortawesome/free-regular-svg-icons'; import getNoteSummary from '../../misc/get-note-summary'; import XReactionIcon from './reaction-icon.vue'; +import MkFollowButton from './follow-button.vue'; +import i18n from '../i18n'; export default Vue.extend({ + i18n, components: { - XReactionIcon + XReactionIcon, MkFollowButton }, props: { notification: { diff --git a/src/client/components/user-list.vue b/src/client/components/user-list.vue index 14a96f3c6f..a0c16266eb 100644 --- a/src/client/components/user-list.vue +++ b/src/client/components/user-list.vue @@ -20,7 +20,7 @@ {{ $t('noAccountDescription') }} - +