{{view.publishText}}
diff --git a/ghost/admin/views/editor-save-button.js b/ghost/admin/views/editor-save-button.js
index f3e1dabb73..170224ee72 100644
--- a/ghost/admin/views/editor-save-button.js
+++ b/ghost/admin/views/editor-save-button.js
@@ -1,8 +1,7 @@
var EditorSaveButtonView = Ember.View.extend({
templateName: 'editor-save-button',
tagName: 'section',
- classNames: ['js-publish-splitbutton'],
- classNameBindings: ['isDangerous:splitbutton-delete:splitbutton-save'],
+ classNames: ['splitbtn js-publish-splitbutton'],
//Tracks whether we're going to change the state of the post on save
isDangerous: function () {