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