Registrazione - fase 1

This commit is contained in:
paolo
2018-10-15 02:50:06 +02:00
parent 01d5f3cec1
commit a6eb2d2aaa
4 changed files with 42 additions and 27 deletions

View File

@@ -19,7 +19,8 @@ const messages = {
atleast: 'dev\'essere lungo almeno di',
notmore: 'non dev\'essere lungo più di',
char: 'caratteri',
terms: 'Devi accettare le condizioni, per continuare.'
terms: 'Devi accettare le condizioni, per continuare.',
duplicate_email: 'l\'Email è già stata registrata'
}
},
},
@@ -43,7 +44,8 @@ const messages = {
atleast: 'must be at least',
notmore: 'must not be more than',
char: 'characters long',
terms: 'You need to agree with the terms & conditions.'
terms: 'You need to agree with the terms & conditions.',
duplicate_email: 'Email was already registered',
}
},
},