mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #2226 from bdougherty/delete-post-fix
Update delete post button labels
This commit is contained in:
commit
4b64336119
1 changed files with 4 additions and 2 deletions
|
@ -330,13 +330,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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue