0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Change text on leave modal cancel button

issue #3106
This commit is contained in:
Hannah Wolfe 2014-06-26 09:00:50 +01:00
parent 9c4f427340
commit b2c3e7b6a9

View file

@ -50,7 +50,7 @@ var LeaveEditorController = Ember.Controller.extend({
buttonClass: 'button-delete'
},
reject: {
text: 'Cancel',
text: 'Stay',
buttonClass: 'button'
}
}