Commit d4d660bc7ba4b86e10af9e2b808fbf84e3ad6991
1 parent
76447670
Exists in
master
and in
56 other branches
Minor fix (#9881)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/PlotComponents/PlotZoomPlug.js
... | ... | @@ -157,7 +157,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { |
157 | 157 | |
158 | 158 | switch (zoomType) { |
159 | 159 | case 'timeAxis': |
160 | - this.win.setTitle('Zoom on time axis & Interval selection - Panel Id : ' + panelId); | |
160 | + this.win.setTitle('Zoom on time axis'); | |
161 | 161 | break; |
162 | 162 | case 'y-left' : |
163 | 163 | this.win.setTitle('Zoom on Y Left axis - Panel Id : ' + panelId); |
... | ... | @@ -262,7 +262,7 @@ Ext.define('amdaPlotComp.PlotZoomPlug', { |
262 | 262 | var me = this; |
263 | 263 | var insertTTFieldSet = { |
264 | 264 | xtype: 'fieldset', |
265 | - title: 'Intervals Insertion', | |
265 | + title: 'Add in Time Table or Catalog', | |
266 | 266 | name: 'tt-insertion-fieldset', |
267 | 267 | collapsible: false, |
268 | 268 | layout: { |
... | ... |