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
This commit is contained in:
Filipa Lacerda 2017-10-02 11:06:34 +00:00
commit 28ea45f978
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