From 64840cf042aa06cc9797040fb2bb562c1d7b00c4 Mon Sep 17 00:00:00 2001 From: Brad Dougherty Date: Sat, 22 Feb 2014 14:13:51 -0500 Subject: [PATCH] Update delete all content button labels issue #2027 --- core/client/views/debug.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/client/views/debug.js b/core/client/views/debug.js index 81fc29eba1..fb989af43b 100644 --- a/core/client/views/debug.js +++ b/core/client/views/debug.js @@ -132,13 +132,15 @@ } }); }, - text: "Yes" + text: "Delete", + buttonClass: "button-delete" }, reject: { func: function () { return true; }, - text: "No" + text: "Cancel", + buttonClass: "button" } }, type: "action",