Update MonitorToggleButton.js

Fix toggle monitored state tooltip spelling.
pull/770/head
Dyson Parkes 5 years ago committed by Qstick
parent 134523247c
commit 90b59a56e1

@ -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 author is unmonitored'; return 'Cannot toggle monitored state when author is unmonitored';
} }
if (monitored) { if (monitored) {

Loading…
Cancel
Save