Commit a2a949d66b15ab45c6ad3795d753620c97985df8
Exists in
master
and in
65 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_Integration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
@@ -1508,7 +1508,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass | @@ -1508,7 +1508,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass | ||
1508 | default : | 1508 | default : |
1509 | return array( | 1509 | return array( |
1510 | 'success' => false, | 1510 | 'success' => false, |
1511 | - 'message' => 'Error to process the interractive request'); | 1511 | + 'message' => 'Request processing error'); |
1512 | } | 1512 | } |
1513 | } | 1513 | } |
1514 | 1514 |