mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Errors when saving the user.
This commit is contained in:
@@ -54,7 +54,7 @@ const ErrEmailTaken = new APIError('Email address already in use', {
|
||||
status: 400
|
||||
});
|
||||
|
||||
const ErrDisplayTaken = new APIError('Display name already in use', {
|
||||
const ErrDisplayTaken = new APIError('Username already in use', {
|
||||
translation_key: 'DISPLAYNAME_IN_USE',
|
||||
status: 400
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user