diff --git a/js/app/views/PlotComponents/PlotBaseSerieForm.js b/js/app/views/PlotComponents/PlotBaseSerieForm.js
index cb76adf..b607095 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('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems())
 		];
 	}
 });
diff --git a/js/app/views/PlotComponents/PlotSpectroForm.js b/js/app/views/PlotComponents/PlotSpectroForm.js
index 7225ad1..e31e8c3 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('Filtering ( ! Experimental ! )', 'filtering-activated', this.getFilteringItems())
 		];
 	}
 });
--
libgit2 0.21.2