mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Fix admin.sign_up typo
This commit is contained in:
parent
7264f543bd
commit
f2f7b7fe1f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue