0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #2241 from bdougherty/issue2027

Update delete all content button labels
This commit is contained in:
Hannah Wolfe 2014-02-24 14:13:27 +00:00
commit 1a7bf7a9fc

View file

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