Skip to content

Commit 07978ab

Browse files
Fix typo
1 parent 44d1cfa commit 07978ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/reports/annual_reports/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="row">
2626
<div class="col-md-12 mb-2">
2727
<h5 class="mb-1">Reports are available at the end of every year.</h5>
28-
<span class="text-muted"> <%= "#{@actual_year} (available in #{available_date})" %> </span>
28+
<span class="text-muted"> <%= "#{@actual_year} (available on #{available_date})" %> </span>
2929
</div>
3030
<div class="col-md-12">
3131
<div class="card card-primary">

0 commit comments

Comments
 (0)