On Download to On Import on card

This commit is contained in:
Mark McDowall 2019-03-16 14:53:30 -07:00
parent de0d0a3526
commit 06b876cf8b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Notification extends Component {
{
supportsOnDownload && onDownload &&
<Label kind={kinds.SUCCESS}>
On Download
On Import
</Label>
}