mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
parent
b93e8da235
commit
c615ef476a
@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
|
||||
|
||||
function getTooltip(monitored, isDisabled) {
|
||||
if (isDisabled) {
|
||||
return 'Cannot toogle monitored state when series is unmonitored';
|
||||
return 'Cannot toggle monitored state when series is unmonitored';
|
||||
}
|
||||
|
||||
if (monitored) {
|
||||
|
Loading…
Reference in New Issue
Block a user