1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

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