1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-25 15:22:42 +00:00

Update MonitorToggleButton.js

Fix toggle monitored state tooltip spelling.
This commit is contained in:
Dyson Parkes 2020-07-24 09:55:41 +12:00 committed by Qstick
parent 050827a86b
commit 864d5028e1

View file

@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
function getTooltip(monitored, isDisabled) {
if (isDisabled) {
return 'Cannot toogle monitored state when artist is unmonitored';
return 'Cannot toggle monitored state when artist is unmonitored';
}
if (monitored) {