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:
commit
28ea45f978
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix comment deletion confirmation dialog typo
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
||||
Loading…
Reference in New Issue