Correct aria attributes

This commit is contained in:
Jason Zimdars
2025-04-03 20:00:54 -05:00
parent a3ae650f17
commit f2abd76072
+1 -1
View File
@@ -11,7 +11,7 @@
</button>
<dialog class="popup panel flex-column align-start gap-half fill-white shadow" style="--row-gap: 0.2em;"
aria-label="In stage…" aria-description="In stage…"
aria-label="Close as…" aria-description="Close this card and select a reason.."
data-dialog-target="dialog" data-action="turbo:before-cache@document->dialog#close">
<strong class="popup__title margin-block-start-half pad-inline-half">Close as…</strong>
<%= button_to bucket_bubble_pop_path(bubble.bucket, bubble), class: "btn popup__item full-width", form_class: "full-width" do %>