diff --git a/ihm/app/controller/Steps/StepsManager.js b/ihm/app/controller/Steps/StepsManager.js index aa704e3..3842eae 100644 --- a/ihm/app/controller/Steps/StepsManager.js +++ b/ihm/app/controller/Steps/StepsManager.js @@ -294,7 +294,7 @@ Ext.define('treps.controller.Steps.StepsManager', { if(stepNb==1) { config = { xtype: step.get('panel'), - title: 'Step '+stepNb+' / '+stepsCount+' - '+step.get('description')+' '+treps.Constants.UPLD_MAX_FILESIZE + title: 'Step '+stepNb+' / '+stepsCount+' - '+step.get('description')+' (max '+treps.Constants.UPLD_MAX_FILESIZE+')' }; } else { config = { -- libgit2 0.21.2