mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
add user locked msg
This commit is contained in:
parent
38c258b0c7
commit
c2a76f819e
@ -613,6 +613,9 @@ const msgs: LocaleMessageObject = {
|
||||
minLength: 'Minimum length is {0}',
|
||||
invalidFormat: '{0} is invalid',
|
||||
},
|
||||
error: {
|
||||
userLocked: 'Your account is locked.',
|
||||
},
|
||||
};
|
||||
|
||||
export default msgs;
|
||||
|
Loading…
Reference in New Issue
Block a user