Fix comment deletion confirmation dialog typo

This commit is contained in:
Mark Fletcher 2017-10-02 16:42:35 +07:00
parent 6c33fb8466
commit 3197f415c8
2 changed files with 6 additions and 1 deletions

View File

@ -62,7 +62,7 @@
},
deleteHandler() {
// eslint-disable-next-line no-alert
if (confirm('Are you sure you want to delete this list?')) {
if (confirm('Are you sure you want to delete this comment?')) {
this.isDeleting = true;
this.deleteNote(this.note)

View File

@ -0,0 +1,5 @@
---
title: Fix comment deletion confirmation dialog typo
merge_request:
author:
type: fixed