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| %> <%= image_tag "calendar-add.svg", aria: { hidden: true }, size: 24 %> - <%= @bubble.due_on.present? ? "Change" : "Add a" %> date + Date <%= form.date_field :due_on, class: "input input--hidden", data: { action: "change->form#submit click->form#showPicker" } %> <% end %> @@ -49,7 +49,7 @@ <%= form_with model: @bubble, url: bucket_bubble_path(@bubble.bucket, @bubble), data: { controller: "form" } do |form| %> <%= image_tag "picture-add.svg", aria: { hidden: true }, size: 24 %> - Add an image + Background <%= form.file_field :image, class: "input", accept: "image/png, image/jpeg, image/jpg, image/webp", data: { action: "upload-preview#previewImage form#submit", upload_preview_target: "input" }, @@ -60,7 +60,7 @@ <%= button_to bucket_bubble_boosts_path(@bubble.bucket, @bubble), class: "btn full-width justify-start borderless", data: { turbo_frame: dom_id(@bubble, :boosts) } do %> <%= image_tag "thumb-up.svg", aria: { hidden: true }, size: 24 %> - Boost this + Boost <% end %> @@ -78,7 +78,7 @@ class: "btn full-width justify-start borderless", data: { turbo_confirm: "Are you sure you want to delete this bubble?" } do %> <%= image_tag "trash.svg", aria: { hidden: true }, size: 24 %> - Delete bubble + Delete <% end %> diff --git a/app/views/bubbles/sidebar/_assignment.html.erb b/app/views/bubbles/sidebar/_assignment.html.erb index ba759ebdf..215f0821f 100644 --- a/app/views/bubbles/sidebar/_assignment.html.erb +++ b/app/views/bubbles/sidebar/_assignment.html.erb @@ -1,7 +1,7 @@ <%= image_tag "person.svg", aria: { hidden: true }, size: 24 %> - Assign to someone + Assign diff --git a/app/views/bubbles/sidebar/_tag.html.erb b/app/views/bubbles/sidebar/_tag.html.erb index 46fd40b08..e2fe107c1 100644 --- a/app/views/bubbles/sidebar/_tag.html.erb +++ b/app/views/bubbles/sidebar/_tag.html.erb @@ -1,7 +1,7 @@ <%= image_tag "tag.svg", aria: { hidden: true }, size: 24 %> - Tag this + Tag