From 18df425f87680027d302a65a134672693fcce2e9 Mon Sep 17 00:00:00 2001
From: Hacene SI HADJ MOHAND <hacene.si-hadj-mohand@akka.eu>
Date: Fri, 9 Jul 2021 11:15:09 +0200
Subject: [PATCH] correcting filtering ihm lables

---
 js/app/models/PlotObjects/PlotObjectConfig.js    | 4 ++--
 js/app/views/PlotComponents/PlotBaseSerieForm.js | 2 +-
 js/app/views/PlotComponents/PlotSpectroForm.js   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/js/app/models/PlotObjects/PlotObjectConfig.js b/js/app/models/PlotObjects/PlotObjectConfig.js
index b119c50..002b2c4 100644
--- a/js/app/models/PlotObjects/PlotObjectConfig.js
+++ b/js/app/models/PlotObjects/PlotObjectConfig.js
@@ -484,8 +484,8 @@ Ext.define('amdaPlotObj.PlotObjectConfig', {
 	],
         
 	availableFilteringLevel : [
-                   {'key' : 1, 'value' : 'Low'},
-                   {'key' : 2, 'value' : 'Medium'},
+                   {'key' : 1, 'value' : 'Weak'},
+                   {'key' : 2, 'value' : 'Intermediate/moderated'},
                    {'key' : 3, 'value' : 'Strong'}
     ],
 	
diff --git a/js/app/views/PlotComponents/PlotBaseSerieForm.js b/js/app/views/PlotComponents/PlotBaseSerieForm.js
index cb76adf..b362c4b 100644
--- a/js/app/views/PlotComponents/PlotBaseSerieForm.js
+++ b/js/app/views/PlotComponents/PlotBaseSerieForm.js
@@ -105,7 +105,7 @@ Ext.define('amdaPlotComp.PlotBaseSerieForm', {
 		    this.addStandardFieldSet('Symbols', 'serie-symbols-activated', this.addStandardSymbolsItems('serie-symbols')),
 		    this.addStandardFieldSet('Time ticks', 'serie-timetick-activated', this.getTimeTickItems()),
 	                        this.addStandardFieldSet('Interval ticks', 'serie-intervaltick-activated', this.getIntervalTickItems()),
-                                            this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems())
+                                            this.addStandardFieldSet('Spike Filtering', 'filtering-activated', this.getFilteringItems())
 		];
 	}
 });
diff --git a/js/app/views/PlotComponents/PlotSpectroForm.js b/js/app/views/PlotComponents/PlotSpectroForm.js
index 7225ad1..cd464e8 100644
--- a/js/app/views/PlotComponents/PlotSpectroForm.js
+++ b/js/app/views/PlotComponents/PlotSpectroForm.js
@@ -49,7 +49,7 @@ Ext.define('amdaPlotComp.PlotSpectroForm', {
 		    		me.object.set('spectro-normalization', value);
 		    	}
                                                             }),
-                                                            this.addStandardFieldSet('Filtering', 'filtering-activated', this.getFilteringItems())
+                                                            this.addStandardFieldSet('Spike Filtering', 'filtering-activated', this.getFilteringItems())
 		];
 	}
 });
--
libgit2 0.21.2