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:
parent
050827a86b
commit
864d5028e1
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 artist is unmonitored';
|
||||
return 'Cannot toggle monitored state when artist is unmonitored';
|
||||
}
|
||||
|
||||
if (monitored) {
|
||||
|
|
Loading…
Reference in a new issue