diff --git a/app/views/cards/display/preview/_meta.html.erb b/app/views/cards/display/preview/_meta.html.erb
index c385caf72..8ba8e04d8 100644
--- a/app/views/cards/display/preview/_meta.html.erb
+++ b/app/views/cards/display/preview/_meta.html.erb
@@ -13,12 +13,12 @@
- <%= icon_tag "refresh--meta" %>
+ <%= icon_tag "refresh--meta", aria: { label: "Last updated" } %>
<%= local_datetime_tag(card.last_active_at, style: :daysago) %>
- <%= icon_tag "arrow-right" if card.assignees.any? %>
+ <%= icon_tag("arrow-right", aria: { label: "Assigned to" }) if card.assignees.any? %>
<%= card.assignees.map { |assignee| h assignee.familiar_name }.to_sentence(two_words_connector: " / ", last_word_connector: " / ").html_safe %>