From 85b144bb2c124d90d8da0b5ca73b22895504c0d0 Mon Sep 17 00:00:00 2001 From: Jason Fried Date: Wed, 5 Feb 2025 18:24:31 -0800 Subject: [PATCH] Removed the extra "by" --- app/helpers/notifications_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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