mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Adding messaging that deleting is permanent
This commit is contained in:
parent
13fef966b3
commit
32f65759f7
@ -1 +1 @@
|
||||
{{content.text}}
|
||||
{{{content.text}}}
|
@ -78,7 +78,8 @@
|
||||
},
|
||||
content: {
|
||||
template: 'blank',
|
||||
title: 'Would you really like to delete all content from your blog?'
|
||||
title: 'Would you really like to delete all content from your blog?',
|
||||
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
@ -251,7 +251,8 @@
|
||||
},
|
||||
content: {
|
||||
template: 'blank',
|
||||
title: 'Are you sure you want to delete this post?'
|
||||
title: 'Are you sure you want to delete this post?',
|
||||
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user