mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -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: {
|
||||
func: function () {
|
||||
return true;
|
||||
},
|
||||
text: "No"
|
||||
text: "Cancel",
|
||||
buttonClass: "button"
|
||||
}
|
||||
},
|
||||
type: "action",
|
||||
|
|
Loading…
Add table
Reference in a new issue