From c32ce09000cd55d65a64d14aed5f1c40c34de480 Mon Sep 17 00:00:00 2001 From: Hacene SI HADJ MOHAND Date: Fri, 1 Apr 2022 10:56:36 +0200 Subject: [PATCH] correcting sauvaud label --- js/app/views/PlotComponents/PlotSauvaudForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/PlotComponents/PlotSauvaudForm.js b/js/app/views/PlotComponents/PlotSauvaudForm.js index d069450..6438a4d 100644 --- a/js/app/views/PlotComponents/PlotSauvaudForm.js +++ b/js/app/views/PlotComponents/PlotSauvaudForm.js @@ -49,7 +49,7 @@ Ext.define('amdaPlotComp.PlotSauvaudForm', { { 'key': 0, 'value': 'dim1' }, { 'key': 1, 'value': 'dim2' }, ]; - const dimField = this.addStandardCombo('right_dimension', 'Right Dim', dataStore , function (name, value, oldValue) { + const dimField = this.addStandardCombo('right_dimension', 'Switch Dimension', dataStore , function (name, value, oldValue) { if (ref.object.get('right_dim') != value) { ref.object.set('right_dim', value); } -- libgit2 0.21.2