Commit e206c6fe108b893182975f3f36c0e9042fa896f3
1 parent
7b1c548d
Exists in
master
and in
73 other branches
Fix typo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/DownloadUI.js
... | ... | @@ -830,9 +830,9 @@ Ext.define('amdaUI.DownloadUI', { |
830 | 830 | { |
831 | 831 | xtype: 'panel', |
832 | 832 | html: ['<div>', |
833 | - '<p><b>=> Formats spécifications:</b></p>', | |
833 | + '<p><b>=> Format specifications:</b></p>', | |
834 | 834 | '<ul>', |
835 | - '<li><b>Plain text:</b> ASCII tabular file. A comment line start with "#"</li>', | |
835 | + '<li><b>Plain text:</b> ASCII tabular file. A comment line starts with "#"</li>', | |
836 | 836 | '<li><b>VOTable:</b> <a target="_blank" href="https://www.ivoa.net/documents/VOTable/20130315/PR-VOTable-1.3-20130315.html">Version 1.3</a></li>', |
837 | 837 | '<li><b>HPEvent:</b> <a target="_blank" href="https://spase-group.org/docs/conventions/HDMC-Event-List-Specification-v1.0.3.pdf">Version 1.0</a></li>', |
838 | 838 | '</ul>', |
... | ... |