Commit 28ea45f9 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '38619-fix-comment-delete-confirm-text' into 'master'

Fix typo in comment deletion confirmation dialog

Closes #38619

See merge request gitlab-org/gitlab-ce!14622
parents 12c40494 3197f415
......@@ -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