Merge pull request #643 from gaetanfl/use-objet-instead-of-titre

Change TITLE translation from titre to objet
This commit is contained in:
Ivan Diaz 2019-12-09 09:02:41 -03:00 committed by GitHub
commit 1bbf4c49d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export default {
'HIGH': 'Haute',
'MEDIUM': 'Moyenne',
'LOW': 'Faible',
'TITLE': 'Titre',
'TITLE': 'Objet',
'CONTENT': 'Contenu',
'SAVE': 'Enregistrer',
'DISCARD_CHANGES': 'Annuler les modifications',
@ -343,7 +343,7 @@ export default {
'ERROR_EMPTY': 'Valeur invalide',
'ERROR_PASSWORD': 'Mot de passe incorrect',
'ERROR_NAME': 'Nom incorrect',
'ERROR_TITLE': 'Titre incorrect',
'ERROR_TITLE': 'Objet incorrect',
'ERROR_EMAIL': 'Email invalide',
'ERROR_CONTENT_SHORT': 'Contenu trop court',
'PASSWORD_NOT_MATCH': 'Le mot de passe ne correspond pas',