fix #9, better error during registration
This commit is contained in:
@@ -160,8 +160,9 @@ Adding this link to your feed reader will keep you up to date.`,
|
||||
remove_account_confirm: 'You are about to permanently delete your account',
|
||||
},
|
||||
|
||||
err: {
|
||||
register_error: 'Error during registration'
|
||||
error: {
|
||||
nick_taken: 'This nickname is already used',
|
||||
email_taken: 'This email is already used'
|
||||
},
|
||||
|
||||
ordinal: {
|
||||
|
||||
@@ -165,8 +165,9 @@ export default {
|
||||
remove_account_confirm: 'Stai per eliminare definitivamente il tuo account',
|
||||
},
|
||||
|
||||
err: {
|
||||
register_error: 'Errore nella registrazione'
|
||||
error: {
|
||||
nick_taken: 'Questo nick è già presente',
|
||||
email_taken: 'Questa email è già registrata'
|
||||
},
|
||||
|
||||
ordinal: {
|
||||
|
||||
Reference in New Issue
Block a user