Skip to content

Commit 4fd7abe

Browse files
author
pbmolini
committed
Merge branch 'development' of github.com:PIENews/commonfare-rails into development
2 parents 99e78f1 + c1d2e3d commit 4fd7abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/activity_notification/notifications/commoners/_default.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<%= (_("You have received %{amount} %{currency} from <strong>%{other_commoner}</strong>") %{amount: notification.notifiable.amount, currency: currency_name_for_transaction(notification.notifiable), other_commoner: other_commoner_name_for_transaction_notification(notification)}).html_safe %>
1818
<% end %>
1919
<% if notification.notifiable.is_a? Comment %>
20-
<%= (_("There is a new comment from <strong>%{comment_author}</strong> for <strong>%{commentable_title}</strong>") %{comment_author: notification_author_name_for(notification.notifiable), commentable_title: notification.notifiable.commentable.title}).html_safe %>
20+
<%= (_("There is a new comment from <strong>%{comment_author}</strong> for <strong>%{commentable_title}</strong>") %{comment_author: notification_author_name_for(notification.notifiable), commentable_title: notification.notifiable.commentable.title}).html_safe %>
2121
<% end %>
2222
<% if notification.notifiable.is_a? JoinRequest %>
2323
<% if notification.notifiable.pending? %>

0 commit comments

Comments
 (0)