Skip to content
Snippets Groups Projects
Commit a3a558f2 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #8648 change res_id by chrono_number in lang-fr and lang-en

parent 2b40afe3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ define('_ENTITY_MODIFICATION', 'Entity modification');
define('_ENTITY_SUPPRESSION', 'Entity suppression');
define('_ENTITY_ID_ALREADY_EXISTS', 'Entity already exists');
define('_ID', 'Identifier');
define('_ID_TO_DISPLAY', 'res_id');
define('_ID_TO_DISPLAY', 'chrono_number');
define('_INVALID_CLAUSE', 'Clause is not valid');
define('_INVALID_REQUEST', 'Request is not valid');
define('_LIST_TEMPLATE_CREATION', 'List model creation');
......
......@@ -54,7 +54,7 @@ define('_ENTITY_MODIFICATION', 'Modification entité');
define('_ENTITY_SUPPRESSION', 'Suppression entité');
define('_ENTITY_ID_ALREADY_EXISTS', 'Cette entité existe déjà');
define('_ID', 'Identifiant');
define('_ID_TO_DISPLAY', 'res_id');
define('_ID_TO_DISPLAY', 'chrono_number');
define('_INVALID_CLAUSE', 'Clause non valide');
define('_INVALID_REQUEST', 'Requête non valide');
define('_LIST_TEMPLATE_CREATION', 'Création liste de diffusion');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment