mirror of https://github.com/Radarr/Radarr
Fixed: Typo in unmonitored movie tooltip
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
76752a5dbd
commit
27551e2975
|
@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
|
|||
|
||||
function getTooltip(monitored, isDisabled) {
|
||||
if (isDisabled) {
|
||||
return 'Cannot toogle monitored state when movie is unmonitored';
|
||||
return 'Cannot toggle monitored state when movie is unmonitored';
|
||||
}
|
||||
|
||||
if (monitored) {
|
||||
|
|
Loading…
Reference in New Issue