From f24de640c03158e6c8a7d4c1ada9688225b37b71 Mon Sep 17 00:00:00 2001 From: mia Date: Sat, 14 Oct 2023 18:56:43 -0700 Subject: [PATCH] fix: don't show trailing colon in notification toasts --- 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 29a38bf17..fb6e7e059 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 {