Fixed: Label for 'On Episode File Delete'
This commit is contained in:
parent
02a46349a2
commit
39ca348666
|
@ -131,7 +131,7 @@ class Notification extends Component {
|
||||||
{
|
{
|
||||||
supportsOnEpisodeFileDelete && onEpisodeFileDelete ?
|
supportsOnEpisodeFileDelete && onEpisodeFileDelete ?
|
||||||
<Label kind={kinds.SUCCESS}>
|
<Label kind={kinds.SUCCESS}>
|
||||||
On Series Delete
|
On Episode File Delete
|
||||||
</Label> :
|
</Label> :
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue