diff --git a/src/frontend/app/menu/indexing-group-modal.component.html b/src/frontend/app/menu/indexing-group-modal.component.html index fe4690bbba53f03594c366b54f90e89afde90e37..3d582fcf9b933efbd3cb3519466e838b2dfebccd 100644 --- a/src/frontend/app/menu/indexing-group-modal.component.html +++ b/src/frontend/app/menu/indexing-group-modal.component.html @@ -1,4 +1,4 @@ -<h2 mat-dialog-title color="primary"><span style="padding-left: 10px;">Choisissez un profil d'indexation</span></h2> +<h2 mat-dialog-title color="primary"><span style="padding-left: 10px;">{lang.chooseIndexationProfil}</span></h2> <mat-dialog-content> <mat-nav-list> <ng-container *ngFor="let group of data.indexingGroups"> diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts index a00d2f707f744e042cf7449700e3b8dafc13f1cc..cf80c9459980531ae9d1224e666db18cac59a2d0 100755 --- a/src/frontend/lang/lang-en.ts +++ b/src/frontend/lang/lang-en.ts @@ -679,4 +679,5 @@ export const LANG_EN = { "contactsFilling_society" : "Society", "contactsFilling_title" : "Title", "contactsFilling_website" : "Website", + "chooseIndexationProfil" : "Choose an indexation profil", }; diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts index 67a380b13029abf297f01de5636028abb7328a25..7b0cbd498cc7c5e17b7c5464dbe247135a62f019 100755 --- a/src/frontend/lang/lang-fr.ts +++ b/src/frontend/lang/lang-fr.ts @@ -704,5 +704,5 @@ export const LANG_FR = { "contactsFilling_society" : "Structure", "contactsFilling_title" : "Civilité", "contactsFilling_website" : "Site internet", - + "chooseIndexationProfil" : "Choisissez un profil d'indexation", };