diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 233e99aad..43ceb38a4 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -63,10 +63,29 @@ - {{ i18n.ts.youGotNewFollower }} - {{ i18n.ts.followRequestAccepted }} - {{ i18n.ts.receiveFollowRequest }}{{ i18n.ts.accept }} | {{ i18n.ts.reject }} - {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }}{{ i18n.ts.accept }} | {{ i18n.ts.reject }} + + {{ i18n.ts.youGotNewFollower }} + + + + + + {{ i18n.ts.followRequestAccepted }} + + + {{ i18n.ts.receiveFollowRequest }} + + {{ i18n.ts.accept }} | + {{ i18n.ts.reject }} + + + + {{ i18n.ts.groupInvited }}: {{ notification.invitation.group.name }} + + {{ i18n.ts.accept }} | + {{ i18n.ts.reject }} + +