diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index a09db2b8b..558a217d2 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -6,10 +6,10 @@ <% end %>

- Bubbled up + Bubbled up <%= @project.name %> <% if @tag %> - in <%= @tag.title %> + tagged <%= @tag.title %> <%= link_to project_bubbles_path(@project), class: "btn txt-small" do %> <%= image_tag "remove.svg", aria: { hidden: true }, size: 24 %>