Change TITLE translation from titre to objet

Titre is ambiguous in french and can be misinterpreted as job title instead of subject
This commit is contained in:
Gaëtan 2019-10-17 16:08:43 +02:00 committed by GitHub
parent a477941b18
commit fb80336583
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',