1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-14 12:20:55 +02: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

View File

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