Skip to content

Commit 0953145

Browse files
FIREFLY-1784: wording changes for spectra upload
1 parent b2680b2 commit 0953145

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/firefly/js/visualize/ui/FileUploadViewPanel.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,16 +504,16 @@ function TableDisplayOption({isMoc, isDatalink, summaryTblId, currentReport, cur
504504

505505
const specPref= foundSpec ?
506506
selectedTables.length > 1 ?
507-
'Some table appears to be a Spectra, ' :
508-
'Table appears to be a spectra. ' : '';
507+
'Some tables appear to be spectra, ' :
508+
'Table appears to be a spectrum. ' : '';
509509

510510
return (
511511
<div style={{marginTop: 3}}>
512512
{acceptList.includes(SPECTRUM_TABLES) && <CheckboxGroupInputField
513513
sx={{mx:1}}
514514
options={[{value: 'spectrum',
515-
title:'If possible - interpret table columns names to fit into a spectrum data model',
516-
label:specPref+'Attempt to interpret tables as spectra'}]}
515+
title:'If possible - interpret table columns names to fit into a spectrum data model.',
516+
label:specPref+'Attempt to interpret tables as spectra.'}]}
517517
fieldKey='tablesAsSpectrum'
518518
/>}
519519
</div>

0 commit comments

Comments
 (0)