mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Typo in unmonitored movie tooltip
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
|
|||||||
|
|
||||||
function getTooltip(monitored, isDisabled) {
|
function getTooltip(monitored, isDisabled) {
|
||||||
if (isDisabled) {
|
if (isDisabled) {
|
||||||
return 'Cannot toogle monitored state when movie is unmonitored';
|
return 'Cannot toggle monitored state when movie is unmonitored';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (monitored) {
|
if (monitored) {
|
||||||
|
Reference in New Issue
Block a user