From 8ba66fe1e7456d6edd10e7d7b2bb058ffe6a2dc7 Mon Sep 17 00:00:00 2001 From: Menouar AZIB <menouar.azib@akka.eu> Date: Tue, 7 Mar 2023 14:37:19 +0100 Subject: [PATCH] Change Scale Abscisse and Scale Ordonnée to X-Axis Scale and Y-Axis Scale --- js/app/views/PlotComponents/plotFunction/FunctionType.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app/views/PlotComponents/plotFunction/FunctionType.js b/js/app/views/PlotComponents/plotFunction/FunctionType.js index 2a5b260..f01bfb2 100644 --- a/js/app/views/PlotComponents/plotFunction/FunctionType.js +++ b/js/app/views/PlotComponents/plotFunction/FunctionType.js @@ -26,7 +26,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { }, scale: { name: "scale_abscisse", - field: "Scale Abscisse", + field: "X-Axis Scale", values: { log: "logarithmic", linear: "linear", @@ -43,7 +43,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { }, scale_ordonnee: { name: "scale_ordonnee", - field: "Scale Ordonnée" + field: "Y-Axis Scale" } }, -- libgit2 0.21.2