From 87360eab9c018479b5fffbff0cb5fbd0c1e1889d Mon Sep 17 00:00:00 2001 From: mia Date: Thu, 21 Dec 2023 08:40:45 -0800 Subject: [PATCH] prevent extra colon from showing up --- packages/client/src/components/MkNotification.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue index 8dc76cac4..bf5b873b5 100644 --- a/packages/client/src/components/MkNotification.vue +++ b/packages/client/src/components/MkNotification.vue @@ -114,7 +114,7 @@ :to="notePage(notification.note)" :title="getNoteSummary(notification.note)" > - {{ i18n.ts._notification.reacted }} + {{ i18n.ts._notification.reacted }}: - {{ i18n.ts._notification.renoted }} + {{ i18n.ts._notification.renoted }}: - {{ i18n.ts._notification.voted }} + {{ i18n.ts._notification.voted }}: { > span:first-child { opacity: 0.7; - &::after { - content: ": "; - } } > i {