1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Typo in unmonitored movie tooltip

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2020-02-22 16:06:09 -05:00
parent 76752a5dbd
commit 27551e2975

View File

@ -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) {