1
0
Fork 0

Fix admin.sign_up typo

This commit is contained in:
Lim Chee Aun 2023-10-14 17:58:46 +08:00
parent 7264f543bd
commit f2f7b7fe1f

View file

@ -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;