From 38a68ea946aebd7bff4f3697abe5d54f2e4d7b8b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 10 May 2020 17:19:41 +0900 Subject: [PATCH] fix(client): Fix poll vote notification Fix #5998 --- src/client/components/notification.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 0fd368a1a..d3ebc8f17 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -12,7 +12,8 @@ - + +
@@ -40,6 +41,11 @@ + + + + + {{ $t('youGotNewFollower') }}
{{ $t('followRequestAccepted') }} {{ $t('receiveFollowRequest') }}
|
@@ -53,7 +59,7 @@