Changed "Delete snippet" button to sentence case

This commit is contained in:
Sanne de Vries 2020-10-28 13:45:13 +01:00
parent 22050954df
commit 8b26a2ae7e

View File

@ -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}}