From 5df10dad976ef392c2f2b992f58713274164d5ef Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 26 Jun 2014 09:00:50 +0100 Subject: [PATCH] Change text on leave modal cancel button issue #3106 --- ghost/admin/controllers/modals/leave-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/controllers/modals/leave-editor.js b/ghost/admin/controllers/modals/leave-editor.js index e12d02a644..f2d9cc63cb 100644 --- a/ghost/admin/controllers/modals/leave-editor.js +++ b/ghost/admin/controllers/modals/leave-editor.js @@ -50,7 +50,7 @@ var LeaveEditorController = Ember.Controller.extend({ buttonClass: 'button-delete' }, reject: { - text: 'Cancel', + text: 'Stay', buttonClass: 'button' } }