From 7747a32a1ddd04af350b492c1e64b1946098537f Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Tue, 6 Aug 2019 11:01:48 +0200 Subject: [PATCH] PAB table : translation --- src/app/components/pab-table/pab-table.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/pab-table/pab-table.component.ts b/src/app/components/pab-table/pab-table.component.ts index 6145a4b12..beef1d668 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 += " :"; -- GitLab