small change to wording of duplicate file message

This commit is contained in:
Martina 2021-09-19 20:21:35 -07:00
parent 4baf9f8807
commit b80d35d835

View File

@ -438,7 +438,7 @@ const SummaryTable = ({ uploadSummary, viewer, fileLoading, retry, cancel, ...pr
<System.H5 color="red">Failed</System.H5>
</Match>
<Match when={row.status === "duplicate"}>
<System.H5 color="green">Already exists</System.H5>
<System.H5 color="green">Already saved</System.H5>
</Match>
</Switch>
</div>