Better success messages when marking a task as done

This commit is contained in:
kolaente 2018-09-10 19:44:14 +02:00
parent 92fa942b18
commit 28a5522434
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
break
}
}
this.handleSuccess({message: 'The task was successfully marked as done.'})
this.handleSuccess({message: 'The task was successfully ' + (e.target.checked ? 'un-' :'') + 'marked as done.'})
})
.catch(e => {
this.handleError(e)