Skip to content

Commit 6318342

Browse files
committed
492: Update upload verbiage
1 parent 84aa28c commit 6318342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/src/pages/Admin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ 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>
161163
<form onSubmit={handleUpload}>
162164
<input type="file" id="fileItemsID"
163165
value={filesInput}

0 commit comments

Comments
 (0)