diff --git a/app/views/bubbles/_publish.html.erb b/app/views/bubbles/_publish.html.erb index 1079e1b0b..bd0609a27 100644 --- a/app/views/bubbles/_publish.html.erb +++ b/app/views/bubbles/_publish.html.erb @@ -1,3 +1,3 @@ <%= button_to bucket_bubble_publish_path(bubble.bucket, bubble), class: "btn txt-small btn--link" do %> - Publish + Post to project <% end %> diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index cc98b66fb..e733ea104 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -32,7 +32,7 @@ <%= form_with model: @bubble, url: bucket_bubble_path(@bubble.bucket, @bubble), data: { controller: "form" } do |form| %> <% end %> @@ -49,7 +49,7 @@ <%= form_with model: @bubble, url: bucket_bubble_path(@bubble.bucket, @bubble), data: { controller: "form" } do |form| %>