mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Changed "Delete snippet" button to sentence case
This commit is contained in:
parent
22050954df
commit
8b26a2ae7e
@ -12,7 +12,7 @@
|
|||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button {{action "closeModal"}} class="gh-btn"><span>Cancel</span></button>
|
<button {{action "closeModal"}} class="gh-btn"><span>Cancel</span></button>
|
||||||
<GhTaskButton
|
<GhTaskButton
|
||||||
@buttonText="Delete Snippet"
|
@buttonText="Delete snippet"
|
||||||
@successText="Deleted"
|
@successText="Deleted"
|
||||||
@task={{this.deleteSnippet}}
|
@task={{this.deleteSnippet}}
|
||||||
@taskArgs={{this.snippet}}
|
@taskArgs={{this.snippet}}
|
||||||
|
Loading…
Reference in New Issue
Block a user