fix #9, better error during registration

This commit is contained in:
les
2019-09-05 13:31:14 +02:00
parent 1bc8a83cf8
commit b755f940d7
4 changed files with 10 additions and 8 deletions

View File

@@ -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: {

View File

@@ -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: {