Skip to content
Snippets Groups Projects
Commit 7747a32a authored by mathias.chouet's avatar mathias.chouet
Browse files

PAB table : translation

parent 4cd2809d
No related branches found
No related tags found
1 merge request!54Resolve "ParallelStructure : tracer sur le graphique une série par ouvrage, afin de les comparer"
......@@ -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 += " :";
......
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