we need that <hr> in notification emails, I think
This commit is contained in:
parent
cb6fee4748
commit
0f067a2ad3
|
@ -5,6 +5,7 @@
|
|||
<div class='footer'>
|
||||
%{respond_instructions}
|
||||
</div>
|
||||
<hr>
|
||||
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
|
||||
|
||||
<% context_posts.each do |p| %>
|
||||
|
|
|
@ -937,7 +937,7 @@ en:
|
|||
unsubscribe_link: "To unsubscribe from these emails, visit your [user preferences](%{user_preferences_url})."
|
||||
|
||||
user_notifications:
|
||||
previous_discussion: "Previous discussion"
|
||||
previous_discussion: "Previous Replies"
|
||||
unsubscribe:
|
||||
title: "Unsubscribe"
|
||||
description: "Not interested in getting these emails? No problem! Click below to unsubscribe instantly:"
|
||||
|
|
Loading…
Reference in New Issue