mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #2241 from bdougherty/issue2027
Update delete all content button labels
This commit is contained in:
commit
1a7bf7a9fc
1 changed files with 4 additions and 2 deletions
|
@ -132,13 +132,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