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

Fix translation in jet-chart

parent 4c240b2c
No related branches found
No related tags found
No related merge requests found
Pipeline #137581 failed
...@@ -214,19 +214,19 @@ export class JetTrajectoryChartComponent extends ResultsComponent { ...@@ -214,19 +214,19 @@ export class JetTrajectoryChartComponent extends ResultsComponent {
} }
public get uitextResetZoomTitle() { public get uitextResetZoomTitle() {
return this.intlService.localizeText("INFO_GRAPH_BUTTON_TITLE_RESET_ZOOM"); return this.intlService.localizeText("INFO_CHART_BUTTON_TITLE_RESET_ZOOM");
} }
public get uitextExportImageTitle() { public get uitextExportImageTitle() {
return this.intlService.localizeText("INFO_GRAPH_BUTTON_TITLE_EXPORT_IMAGE"); return this.intlService.localizeText("INFO_CHART_BUTTON_TITLE_EXPORT_IMAGE");
} }
public get uitextEnterFSTitle() { public get uitextEnterFSTitle() {
return this.intlService.localizeText("INFO_GRAPH_BUTTON_TITLE_ENTER_FS"); return this.intlService.localizeText("INFO_CHART_BUTTON_TITLE_ENTER_FS");
} }
public get uitextExitFSTitle() { public get uitextExitFSTitle() {
return this.intlService.localizeText("INFO_GRAPH_BUTTON_TITLE_EXIT_FS"); return this.intlService.localizeText("INFO_CHART_BUTTON_TITLE_EXIT_FS");
} }
private getYSeries(): IYSeries[] { private getYSeries(): IYSeries[] {
......
  • David Dorchies :zany_face: @david.dorchies

    mentioned in issue #294 (closed)

    By Mathias Chouet on 2019-09-24T17:37:20 (imported from GitLab)

    ·

    mentioned in issue #294 (closed)

    By Mathias Chouet on 2019-09-24T17:37:20 (imported from GitLab)

    Toggle commit list
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