diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 4211e8a6615..446c8add754 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -124,7 +124,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<%=t 'user_notifications.digest.from_topic_label' %> - <%= post.topic.title -%> + <%= post.topic.title.truncate(60, separator: /\s/) -%>
<%=t 'user_notifications.digest.join_the_discussion' %> @@ -337,7 +337,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo