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