diff --git a/js/app/views/PlotComponents/PlotZoomPlug.js b/js/app/views/PlotComponents/PlotZoomPlug.js index 24b016c..487f689 100644 --- a/js/app/views/PlotComponents/PlotZoomPlug.js +++ b/js/app/views/PlotComponents/PlotZoomPlug.js @@ -187,7 +187,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { switch (zoomType) { case 'timeAxis': if (this.isPlotFunction) { - const title = "Apply a Function on Interval"; + const title = "Apply a Fct on Interval"; this.win.setTitle(title + '-Panel Id: ' + panelId); } else { this.win.setTitle('Zoom on time axis & Interval selection - Panel Id : ' + panelId); -- libgit2 0.21.2