Skip to content
Snippets Groups Projects
Commit 3f8d1775 authored by Touzet Hélène's avatar Touzet Hélène
Browse files

Edit form.php: correct some typos

parent 80cf541c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<table class="vide">
<tr>
<td class="label">
<B>Upload</B> your MS spectra files in CSV, MGF or mzML format (or in a .ZIP archive)
<B>Upload</B> your MS spectral files in CSV, MGF or mzML format. You can also provide a ZIP archive.
</td>
</tr>
<tr id="spectra_input">
......@@ -56,24 +56,24 @@
</table>
<br>
<b>Mass error</b>
<b>Mass error tolerance</b>
<table class="vide pampa_choice">
<tr>
<td>
<input type="radio" name="error_margin_selection" value="MALDI_TOF" checked/>
Optimize for MALDI-TOF spectra
optimized for MALDI-TOF spectra
</td>
</tr>
<tr>
<td>
<input type="radio" name="error_margin_selection" value="MALDI_FTICR"/>
Optimize for MALDI-FTICR spectra
optimized for MALDI-FTICR spectra
</td>
</tr>
<tr>
<td>
<input type="radio" name="error_margin_selection" value="ppm"/>
Custom value in ppm
custom value in ppm
</td>
<td>
<input type="number" name="error_margin_ppm" step="1" min="1" max="1000" placeholder="between 1 and 1000"/>
......@@ -82,7 +82,7 @@
<tr>
<td>
<input type="radio" name="error_margin_selection" value="daltons">
Custom value in Daltons
custom value in Daltons
</td>
<td>
<input type="number" name="error_margin_daltons" step="0.002" min="0.002" max="0.998" placeholder="between 0.002 and 0.998"/>
......@@ -128,7 +128,7 @@
<table class="vide table-center pampa-choice">
<tr>
<td>
Advanced mode allows you use your own markers or sequences and taxonomy.
Advanced mode allows the user to provide their own peptide markers, sequences and taxonomy.
<p></p>
</td>
</tr>
......@@ -136,7 +136,7 @@
<div id="block_reference_source_default" style="display: block;">
<div class="formulaire">
<h2>Organisms and marker peptides</h2>
<h2>Organisms and peptide markers</h2>
<table id="table_organism" class="vide pampa_choice">
<tr>
<td class="label" colspan="2">
......@@ -194,7 +194,7 @@
</td>
<td>
<input type="checkbox" name="ptm_deamidation" value="deamidation" checked/>
Include deamidations
include deamidations
</td>
</tr>
</table>
......@@ -220,7 +220,7 @@
</tr>
<tr>
<td>
Upload a set of protein sequences for in silico digestion
Upload a set of amino-acid sequences for in silico digestion
</td>
<td>
<input type="file" name="sequences_files" value="file" accept=".fa,.fasta,.fna,.zip" multiple/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment