Skip to content

Commit cd8d834

Browse files
committed
492: Tweak upload verbiage
1 parent 6318342 commit cd8d834

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/src/pages/Admin.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ export default function Admin(props) {
158158
<Paper>
159159
<CardContent>
160160
<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>
161+
<Typography variant="caption">Note: This upload feature now only accepts Volgistics data files. Other data is uploaded automatically.</Typography>
163162
<form onSubmit={handleUpload}>
164163
<input type="file" id="fileItemsID"
165164
value={filesInput}

0 commit comments

Comments
 (0)