Skip to content

Commit

Permalink
Use value set in service
Browse files Browse the repository at this point in the history
  • Loading branch information
cassar committed Sep 23, 2024
1 parent b7cb388 commit c2bdc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notification_mailer/dividend_received.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<p>You have received a new dividend.</p>
<p><b>Amount</b>: <%= @distribution.dividend_amount_formatted %></p>
<a><%= link_to "Claim your dividend", dividend_url(@dividend) %></a>
<p>All dividends will be automatically recontributed back into the pool if not claimed by the Tuesday following a distribution.</p>
<p>All dividends will be automatically recontributed back into the pool if not claimed by the <%= RecontributionDateService::DAY_OF_THE_WEEK %> following a distribution.</p>
</article>

0 comments on commit c2bdc60

Please sign in to comment.