Commit 809295002164931d326436f1b603a14e634b5e1e

Authored by Laurent BEIGBEDER
1 parent 6655a23b
Exists in master

6607: typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ihm/app/controller/Steps/StepsManager.js
... ... @@ -294,7 +294,7 @@ Ext.define('treps.controller.Steps.StepsManager', {
294 294 if(stepNb==1) {
295 295 config = {
296 296 xtype: step.get('panel'),
297   - title: 'Step '+stepNb+' / '+stepsCount+' - '+step.get('description')+' '+treps.Constants.UPLD_MAX_FILESIZE
  297 + title: 'Step '+stepNb+' / '+stepsCount+' - '+step.get('description')+' (max '+treps.Constants.UPLD_MAX_FILESIZE+')'
298 298 };
299 299 } else {
300 300 config = {
... ...