Commit a2409f36e530e3d2ac21ce450beacfabf409f75b
1 parent
76fd40dc
Exists in
master
and in
109 other branches
no https for url upload
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/UploadPanelUI.js
... | ... | @@ -541,7 +541,7 @@ Ext.define('amdaUI.UploadPanelUI', { |
541 | 541 | var combo = Ext.create('Ext.form.ComboBox', { |
542 | 542 | flex : 4, |
543 | 543 | store: this.store, |
544 | - emptyText: 'Enter Remote Site URL (ftp/http[s])', | |
544 | + emptyText: 'Enter Remote Site URL (ftp/http)', | |
545 | 545 | queryMode: 'local', |
546 | 546 | displayField: 'name', |
547 | 547 | valueField: 'value' |
... | ... | @@ -579,7 +579,7 @@ Ext.define('amdaUI.UploadPanelUI', { |
579 | 579 | { |
580 | 580 | xtype : 'textfield', |
581 | 581 | name : config.remoteUploadName, |
582 | - emptyText: 'Enter Remote File URL (ftp/http[s])', | |
582 | + emptyText: 'Enter Remote File URL (ftp/http)', | |
583 | 583 | width: 310, |
584 | 584 | listeners: |
585 | 585 | { |
... | ... |