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

FEAT #9398 fix var lang

parent 0f41b6f3
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ export class ListAdministrationComponent implements OnInit { ...@@ -147,7 +147,7 @@ export class ListAdministrationComponent implements OnInit {
}, },
{ {
value : 'getCopies', value : 'getCopies',
label : this.lang.copyEntities, label : this.lang.copyUsersEntities,
isFunction : true isFunction : true
}, },
{ {
......
...@@ -783,7 +783,7 @@ export const LANG_FR = { ...@@ -783,7 +783,7 @@ export const LANG_FR = {
"recommendationLimitDate" : "Date limite de demande d'avis", "recommendationLimitDate" : "Date limite de demande d'avis",
"sveStartDate" : "Date de début SVE", "sveStartDate" : "Date de début SVE",
"caseLabel" : "Libellé de l'affaire du courrier", "caseLabel" : "Libellé de l'affaire du courrier",
"copyUsersEntities" : "Utilistaeurs / Entités en copie", "copyUsersEntities" : "Utilisateurs / Entités en copie",
"detailLink" : "Lien vers la fiche détaillée", "detailLink" : "Lien vers la fiche détaillée",
"parentFolder" : "Dossier parent", "parentFolder" : "Dossier parent",
"initiatorEntity" : "Libellé de l'entité initiatrice", "initiatorEntity" : "Libellé de l'entité initiatrice",
......
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