Commit 20ed604d2babf5dd96127ed890e668fea0c8a41a
1 parent
1cfbb4ac
Exists in
master
and in
33 other branches
Display Panel Id in the title of PlotFunction
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotZoomPlug.js
... | ... | @@ -187,7 +187,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { |
187 | 187 | switch (zoomType) { |
188 | 188 | case 'timeAxis': |
189 | 189 | if (this.isPlotFunction) { |
190 | - const title = "Apply a Function on Interval"; | |
190 | + const title = "Apply a Fct on Interval"; | |
191 | 191 | this.win.setTitle(title + '-Panel Id: ' + panelId); |
192 | 192 | } else { |
193 | 193 | this.win.setTitle('Zoom on time axis & Interval selection - Panel Id : ' + panelId); | ... | ... |