diff --git a/src/frontend/app/administration/basket/list/list-administration.component.ts b/src/frontend/app/administration/basket/list/list-administration.component.ts index 522bee4d6a2542de7926dec9df1bae50a3a3ae19..9c1e087b17f14b29f5de181bfb3c74ca31822310 100644 --- a/src/frontend/app/administration/basket/list/list-administration.component.ts +++ b/src/frontend/app/administration/basket/list/list-administration.component.ts @@ -189,7 +189,7 @@ export class ListAdministrationComponent implements OnInit { label: this.lang.diffusionList, }, { - id: 'mails', + id: 'emails', icon: 'fas fa-envelope', label: this.lang.mailsSentAlt, }, diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html index 4c3900e7c5f0e20f3a12787be78f648de15043ca..2680ee99b5b0a45c37ad52b2f995aaa7ccbbbb5f 100644 --- a/src/frontend/app/process/process.component.html +++ b/src/frontend/app/process/process.component.html @@ -60,12 +60,12 @@ </div> </div> <div class="banner" [style.borderColor]="currentPriorityColor"> - <div class="title" (click)="currentTool = 'mails'"> + <div class="title" (click)="currentTool = 'emails'"> {{lang.mailsSentAlt}} <div class="title-divider"></div> </div> <div class="content"> - <app-mail-resume [resId]="currentResourceInformations.resId" (goTo)="currentTool = 'mails'"> + <app-mail-resume [resId]="currentResourceInformations.resId" (goTo)="currentTool = 'emails'"> </app-mail-resume> </div> </div> @@ -84,7 +84,7 @@ <app-diffusions-list *ngIf="currentTool === 'diffusionList' && !loading" #appDiffusionsList [adminMode]="false" [resId]="currentResourceInformations.resId" [expanded]="true"> </app-diffusions-list> - <app-sended-resource-list *ngIf="currentTool === 'mails' && !loading" #appSendedResource + <app-sended-resource-list *ngIf="currentTool === 'emails' && !loading" #appSendedResource [resId]="currentResourceInformations.resId"> </app-sended-resource-list> <app-visa-workflow *ngIf="currentTool === 'visaCircuit' && !loading" #appVisaWorkflow @@ -274,7 +274,7 @@ <app-diffusions-list *ngIf="modal.id === 'diffusionList' && !loading" #appDiffusionsList [adminMode]="false" [resId]="currentResourceInformations.resId" [expanded]="true"> </app-diffusions-list> - <app-sended-resource-list *ngIf="modal.id === 'mails' && !loading" #appSendedResource + <app-sended-resource-list *ngIf="modal.id === 'emails' && !loading" #appSendedResource [resId]="currentResourceInformations.resId"> </app-sended-resource-list> <app-visa-workflow *ngIf="modal.id === 'visaCircuit' && !loading" diff --git a/src/frontend/app/process/process.component.ts b/src/frontend/app/process/process.component.ts index 892cc809ec781d463574767229eb96075226d210..fc5fe68308ad627e7025ce5cbf706735e9cd8a26 100755 --- a/src/frontend/app/process/process.component.ts +++ b/src/frontend/app/process/process.component.ts @@ -98,7 +98,7 @@ export class ProcessComponent implements OnInit { count: 0 }, { - id: 'mails', + id: 'emails', icon: 'fas fa-envelope', label: this.lang.mailsSentAlt, count: 0