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 134523247c
commit 90b59a56e1

View File

@@ -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) {