From 115e618fb602305aba5898210eaf9150b2dd73af Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 19 Sep 2024 15:22:02 -0500 Subject: [PATCH] Needs preposition --- app/views/bubbles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index 397c42572..6afb6a599 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -8,7 +8,7 @@ <% end %>

- Bubbled up <%= @project.name %> + Bubbled up in <%= @project.name %> <% if @tag %> tagged <%= @tag.title %>