Commit 44cc25e23575a0effb1ebe254ebe9345775f8e03

Authored by Erdogan Furkan
1 parent 641a1a72

#9368 - Done

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/UploadUI.js
@@ -47,7 +47,7 @@ Ext.define('amdaUI.UploadUI', { @@ -47,7 +47,7 @@ Ext.define('amdaUI.UploadUI', {
47 autoHide: false, 47 autoHide: false,
48 iconCls: 'icon-information', 48 iconCls: 'icon-information',
49 html: 'Select local or remote file (time table, catalog) to upload<br/>File size is limited to <b><i>' 49 html: 'Select local or remote file (time table, catalog) to upload<br/>File size is limited to <b><i>'
50 - + myDesktopApp.MAX_UPLOADED_FILE_SIZE/1000000+'MB</i></b><br/>Milliseconds are ignored for the moment', 50 + + myDesktopApp.MAX_UPLOADED_FILE_SIZE/1000000+'MB</i></b><br/>Milliseconds are taken into account',
51 autoScroll : true, 51 autoScroll : true,
52 loader: {} 52 loader: {}
53 }] 53 }]