diff --git a/src/components/notification.jsx b/src/components/notification.jsx index 079317d2..7811290c 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -58,8 +58,8 @@ const contentText = { 'favourite+reblog+account': (count) => `boosted & favourited ${count} of your posts.`, 'favourite+reblog_reply': 'boosted & favourited your reply.', - 'admin.signup': 'signed up.', 'admin.report': 'reported a post.', + 'admin.sign_up': 'signed up.', }; const AVATARS_LIMIT = 50;