0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -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: { reject: {
func: function () { func: function () {
return true; return true;
}, },
text: "No" text: "Cancel",
buttonClass: "button"
} }
}, },
type: "action", type: "action",