mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
b93e8da235
commit
c615ef476a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue