Commit 3197f415 authored by Mark Fletcher's avatar Mark Fletcher

Fix comment deletion confirmation dialog typo

parent 6c33fb84
......@@ -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)
......
---
title: Fix comment deletion confirmation dialog typo
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment