fix: Update class for period string

This commit is contained in:
Alessio Cappa
2026-01-21 23:17:05 +01:00
parent cb81d8467c
commit 47e702530e

View File

@@ -88,7 +88,7 @@
<% end %>
<%# Period Display %>
<div class="text-sm text-secondary">
<div class="text-sm text-subdued">
<%= t("reports.index.showing_period",
start: @start_date.strftime("%b %-d, %Y"),
end: @end_date.strftime("%b %-d, %Y")) %>