mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Update MonitorToggleButton.js
Fix toggle monitored state tooltip spelling.
This commit is contained in:
parent
1a2cd6af54
commit
1e98f01524
1 changed files with 1 additions and 1 deletions
|
@ -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 artist is unmonitored';
|
return 'Cannot toggle monitored state when artist is unmonitored';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (monitored) {
|
if (monitored) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue