Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
142728a3dd37
Commit
142728a3
authored
Oct 02, 2017
by
Mark Fletcher
Browse files
Fix comment deletion confirmation dialog typo
parent
7e9026978bff
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/notes/components/issue_note.vue
View file @
142728a3
...
...
@@ -62,7 +62,7 @@
},
deleteHandler
()
{
// eslint-disable-next-line no-alert
if
(
confirm
(
'
Are you sure you want to delete this
lis
t?
'
))
{
if
(
confirm
(
'
Are you sure you want to delete this
commen
t?
'
))
{
this
.
isDeleting
=
true
;
this
.
deleteNote
(
this
.
note
)
...
...
changelogs/unreleased/38619-fix-comment-delete-confirm-text.yml
0 → 100644
View file @
142728a3
---
title
:
Fix comment deletion confirmation dialog typo
merge_request
:
author
:
type
:
fixed
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment