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 {