From e9c22ea580243f8664f36281360d8a5d32726860 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sat, 25 Oct 2014 18:37:18 -0700 Subject: [PATCH] Include post title in 'delete post' modal Closes #2971 --- core/client/templates/modals/delete-post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}