diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index d1ab0f58..41f45741 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -32,7 +32,7 @@ const { notification } = defineProps<{ :content="getDisplayName(notification.account, { rich: true })" :emojis="notification.account.emojis" /> - signed up + {{ $t("notification.signed_up") }}