diff --git a/app/views/notifications_mailer/notify_member_reservation_invalidated.html.erb b/app/views/notifications_mailer/notify_member_reservation_invalidated.html.erb index caa17bc2c..f29e64cef 100644 --- a/app/views/notifications_mailer/notify_member_reservation_invalidated.html.erb +++ b/app/views/notifications_mailer/notify_member_reservation_invalidated.html.erb @@ -1,3 +1,3 @@ <%= render 'notifications_mailer/shared/hello', recipient: @recipient %> -

<%= t('.body.reservation_invalidated_html', RESERVATION: @attached_object.reservable.name) %>

+

<%= t('.body.reservation_invalidated_html', RESERVABLE: @attached_object.reservable.name) %>

diff --git a/app/views/notifications_mailer/notify_member_reservation_validated.html.erb b/app/views/notifications_mailer/notify_member_reservation_validated.html.erb index 635bb1e98..8a2c1b20d 100644 --- a/app/views/notifications_mailer/notify_member_reservation_validated.html.erb +++ b/app/views/notifications_mailer/notify_member_reservation_validated.html.erb @@ -1,6 +1,6 @@ <%= render 'notifications_mailer/shared/hello', recipient: @recipient %> -

<%= t('.body.reservation_validated_html', RESERVATION: @attached_object.reservable.name) %>

+

<%= t('.body.reservation_validated_html', RESERVABLE: @attached_object.reservable.name) %>

<%= t('.body.your_reserved_slots') %>