Commit c32ce09000cd55d65a64d14aed5f1c40c34de480
1 parent
3a8eaaff
Exists in
master
and in
64 other branches
correcting sauvaud label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/PlotSauvaudForm.js
... | ... | @@ -49,7 +49,7 @@ Ext.define('amdaPlotComp.PlotSauvaudForm', { |
49 | 49 | { 'key': 0, 'value': 'dim1' }, |
50 | 50 | { 'key': 1, 'value': 'dim2' }, |
51 | 51 | ]; |
52 | - const dimField = this.addStandardCombo('right_dimension', 'Right Dim', dataStore , function (name, value, oldValue) { | |
52 | + const dimField = this.addStandardCombo('right_dimension', 'Switch Dimension', dataStore , function (name, value, oldValue) { | |
53 | 53 | if (ref.object.get('right_dim') != value) { |
54 | 54 | ref.object.set('right_dim', value); |
55 | 55 | } | ... | ... |