this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix admin.sign_up typo

+1 -1
+1 -1
src/components/notification.jsx
··· 58 58 'favourite+reblog+account': (count) => 59 59 `boosted & favourited ${count} of your posts.`, 60 60 'favourite+reblog_reply': 'boosted & favourited your reply.', 61 - 'admin.signup': 'signed up.', 62 61 'admin.report': 'reported a post.', 62 + 'admin.sign_up': 'signed up.', 63 63 }; 64 64 65 65 const AVATARS_LIMIT = 50;