diff --git a/view/App.tsx b/view/App.tsx index 5fcf46d..bf3da14 100644 --- a/view/App.tsx +++ b/view/App.tsx @@ -81,7 +81,7 @@ class App extends React.Component { .then( result => { if(result.success){ - this.sendNotice("unchecked!") + this.sendNotice("Un-checked!") console.log(result) this.reloadData() } else {