diff --git a/app/helpers/notifications_helper.rb b/app/helpers/notifications_helper.rb index 5143ede77..b18cebc4f 100644 --- a/app/helpers/notifications_helper.rb +++ b/app/helpers/notifications_helper.rb @@ -15,7 +15,7 @@ module NotificationsHelper name = notification.creator.name case notification_event_action(notification) - when "popped" then "Popped by by #{name}" + when "popped" then "Popped by #{name}" when "published" then "Added by #{name}" else name end