0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #2226 from bdougherty/delete-post-fix

Update delete post button labels
This commit is contained in:
Hannah Wolfe 2014-02-22 20:04:20 +01:00
commit 4b64336119

View file

@ -330,13 +330,15 @@
});
});
},
text: "Yes"
text: "Delete",
buttonClass: "button-delete"
},
reject: {
func: function () {
return true;
},
text: "No"
text: "Cancel",
buttonClass: "button"
}
},
type: "action",