Commit 0e0690e10a36620b909a38d3059cce0dcd05c486

Authored by Hacene SI HADJ MOHAND
1 parent 4c89e876

correcting log

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/models/PlotObjects/PlotObjectConfig.js
... ... @@ -475,8 +475,8 @@ Ext.define('amdaPlotObj.PlotObjectConfig', {
475 475 ],
476 476 availableSpectroNormalization : [
477 477 {'key' : 'none', 'value' : 'None'},
478   - {'key' : 'linear', 'value' : 'linear'},
479   - {'key' : 'logarithmic', 'value' : 'log'}
  478 + {'key' : 'linear', 'value' : 'Linear'},
  479 + {'key' : 'log', 'value' : 'Logarithmic'}
480 480 ],
481 481  
482 482 getParamConfig : function(paramId, onParamConfigLoaded) {
... ...