diff --git a/core/client/templates/modals/delete-post.hbs b/core/client/templates/modals/delete-post.hbs index 424f9758ce..ef8aced05a 100644 --- a/core/client/templates/modals/delete-post.hbs +++ b/core/client/templates/modals/delete-post.hbs @@ -1,6 +1,6 @@ {{#gh-modal-dialog action="closeModal" showClose=true type="action" style="wide,centered" animation="fade" title="Are you sure you want to delete this post?" confirm=confirm}} -

This is permanent! No backups, no restores, no magic undo button.
We warned you, ok?

+

You're about to delete "{{model.title}}".
This is permanent! No backups, no restores, no magic undo button.
We warned you, ok?

{{/gh-modal-dialog}}