Errors when saving the user.

This commit is contained in:
gaba
2017-02-15 18:28:49 -08:00
parent 0747219c63
commit ccb5228a9a
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -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
});