We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6318342 commit cd8d834Copy full SHA for cd8d834
src/client/src/pages/Admin.js
@@ -158,8 +158,7 @@ export default function Admin(props) {
158
<Paper>
159
<CardContent>
160
<Typography variant="h5">Upload Files</Typography>
161
- <Typography variant="body1">Please select one or more files to upload</Typography>
162
- <Typography variant="caption">Note: The only files that must be manually uploaded are Volgistics files. Other file types will not work.</Typography>
+ <Typography variant="caption">Note: This upload feature now only accepts Volgistics data files. Other data is uploaded automatically.</Typography>
163
<form onSubmit={handleUpload}>
164
<input type="file" id="fileItemsID"
165
value={filesInput}
0 commit comments