mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 04:19:49 +03:00
small change to wording of duplicate file message
This commit is contained in:
parent
4baf9f8807
commit
b80d35d835
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user