Commit b2c2038ce06aa5b88f470f2c72a6498cb2feeae2

Authored by Elena.Budnik
1 parent 44d2cf25

redmine #5993 cange label

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotBaseSerieForm.js
... ... @@ -90,7 +90,7 @@ Ext.define('amdaPlotComp.PlotBaseSerieForm', {
90 90 me.object.set('serie-yaxis', value);
91 91 me.crtTree.refresh();
92 92 }),
93   - this.addStandardFieldSet('Y Values range', '', this.getValuesRangeItems()),
  93 + this.addStandardFieldSet('Min/Max thresholds', '', this.getValuesRangeItems()),
94 94 this.addStandardParamDropTarget('serie-colored-param', 'Colored Parameter'),
95 95 this.addStandardFieldSet('Lines', 'serie-lines-activated', this.addStandardLineItems('serie-lines')),
96 96 this.addStandardFieldSet('Symbols', 'serie-symbols-activated', this.addStandardSymbolsItems('serie-symbols')),
... ...