Commit a36f90a0a579bff7a8ed269edee3ec235d42160c
1 parent
3a200ba9
Exists in
master
and in
98 other branches
http[s]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/UploadPanelUI.js
... | ... | @@ -530,7 +530,7 @@ Ext.define('amdaUI.UploadPanelUI', { |
530 | 530 | var combo = Ext.create('Ext.form.ComboBox', { |
531 | 531 | flex : 4, |
532 | 532 | store: this.store, |
533 | - emptyText: 'Enter Remote Site URL (ftp/http)', | |
533 | + emptyText: 'Enter Remote Site URL (ftp/http[s])', | |
534 | 534 | queryMode: 'local', |
535 | 535 | displayField: 'name', |
536 | 536 | valueField: 'value' |
... | ... | @@ -568,7 +568,7 @@ Ext.define('amdaUI.UploadPanelUI', { |
568 | 568 | { |
569 | 569 | xtype : 'textfield', |
570 | 570 | name : config.remoteUploadName, |
571 | - emptyText: 'Enter Remote File URL (ftp/http)', | |
571 | + emptyText: 'Enter Remote File URL (ftp/http[s])', | |
572 | 572 | width: 310, |
573 | 573 | listeners: |
574 | 574 | { |
... | ... |