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 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/client/components/notification.vue') 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: { -- cgit v1.2.3-freya