mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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: {
|
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