Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 6b619ac

Browse files
committed
Better delete prompt confirmation
1 parent bcc4048 commit 6b619ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippet-injector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default {
238238
placeholder: 'Please choose a snippet...',
239239
btnconfirm: 'Delete',
240240
btncancel: 'Cancel',
241-
suremsg: 'Are you sure?',
241+
suremsg: 'Are you sure? <i>This action cannot be undone!</i>',
242242
items: items
243243
},function(element) {
244244
if(Util.isset(element,'string')) {

0 commit comments

Comments
 (0)