Removed the extra "by"

This commit is contained in:
Jason Fried
2025-02-05 18:24:31 -08:00
parent f09d8e3684
commit 85b144bb2c
+1 -1
View File
@@ -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