diff --git a/src/app/components/pab-table/pab-table.component.ts b/src/app/components/pab-table/pab-table.component.ts index 6145a4b127f2b4b8e5c55de4388f41d0402175ad..beef1d66822a1ee1df474dab65c2b2a7f33a36cc 100644 --- a/src/app/components/pab-table/pab-table.component.ts +++ b/src/app/components/pab-table/pab-table.component.ts @@ -835,9 +835,9 @@ export class PabTableComponent implements AfterViewInit, OnInit { public get relatedEntityTitle() { let title = ""; if (this.onlyDevicesAreSelected()) { - title = "Ouvrages"; + title = this.i18nService.localizeText("INFO_PAB_OUVRAGES"); } else if (this.onlyWallsAreSelected()) { - title = "Cloisons"; + title = this.i18nService.localizeText("INFO_PAB_BASSINS"); } if (title !== "") { title += " :";