From 5a8cc7851b4af9ae4a0d7efc5b66b224bbe9b4c8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 26 Dec 2020 10:47:36 +0900 Subject: wip --- src/client/components/notification.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/components/notification.vue') diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index c85457a56d..0c6be82bb8 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -46,10 +46,10 @@ - {{ $t('youGotNewFollower') }}
- {{ $t('followRequestAccepted') }} - {{ $t('receiveFollowRequest') }}
|
- {{ $t('groupInvited') }}: {{ notification.invitation.group.name }}
|
+ {{ $ts.youGotNewFollower }}
+ {{ $ts.followRequestAccepted }} + {{ $ts.receiveFollowRequest }}
|
+ {{ $ts.groupInvited }}: {{ notification.invitation.group.name }}
|
-- cgit v1.2.3-freya