mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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…
Add table
Add a link
Reference in a new issue