Commit e206c6fe108b893182975f3f36c0e9042fa896f3

Authored by Benjamin Renard
1 parent 7b1c548d

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,9 +830,9 @@ Ext.define('amdaUI.DownloadUI', {
830 { 830 {
831 xtype: 'panel', 831 xtype: 'panel',
832 html: ['<div>', 832 html: ['<div>',
833 - '<p><b>=> Formats spécifications:</b></p>', 833 + '<p><b>=> Format specifications:</b></p>',
834 '<ul>', 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 '<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>', 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 '<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>', 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 '</ul>', 838 '</ul>',