mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 22:37:48 +00:00
Update MonitorToggleButton.js
Fix toggle monitored state tooltip spelling.
This commit is contained in:
@@ -7,7 +7,7 @@ import styles from './MonitorToggleButton.css';
|
||||
|
||||
function getTooltip(monitored, isDisabled) {
|
||||
if (isDisabled) {
|
||||
return 'Cannot toogle monitored state when author is unmonitored';
|
||||
return 'Cannot toggle monitored state when author is unmonitored';
|
||||
}
|
||||
|
||||
if (monitored) {
|
||||
|
||||
Reference in New Issue
Block a user