diff --git a/app/views/notification_mailer/dividend_received.html.erb b/app/views/notification_mailer/dividend_received.html.erb index 098693f..d09578d 100644 --- a/app/views/notification_mailer/dividend_received.html.erb +++ b/app/views/notification_mailer/dividend_received.html.erb @@ -2,5 +2,5 @@

You have received a new dividend.

Amount: <%= @distribution.dividend_amount_formatted %>

<%= link_to "Claim your dividend", dividend_url(@dividend) %> -

All dividends will be automatically recontributed back into the pool if not claimed by the Tuesday following a distribution.

+

All dividends will be automatically recontributed back into the pool if not claimed by the <%= RecontributionDateService::DAY_OF_THE_WEEK %> following a distribution.