Skip to content

Commit f2c38be

Browse files
committed
forgot to adjust the delete draft's button aria-label
1 parent 3adea95 commit f2c38be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_draft_tools.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</a>
99
<a href="javascript:void(0)"
1010
class="button is-muted is-outlined is-icon-only js-delete-draft"
11-
aria-label="Delete draft"
11+
aria-label="Delete saved draft"
1212
title="Delete saved draft"
1313
role="button">
1414
<i class="fas fa-trash has-color-red"></i>

0 commit comments

Comments
 (0)