From e606a142f1cf6623d33c69f1bca9d9c50a462ff4 Mon Sep 17 00:00:00 2001 From: Dakota Chambers Date: Tue, 2 Dec 2025 15:25:50 -0600 Subject: [PATCH] Update board delete confirmation message --- app/views/boards/edit/_delete.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/boards/edit/_delete.html.erb b/app/views/boards/edit/_delete.html.erb index 7da3ee6c8..1fcc4696d 100644 --- a/app/views/boards/edit/_delete.html.erb +++ b/app/views/boards/edit/_delete.html.erb @@ -1,5 +1,5 @@ <%= form_with model: board, class: "txt-align-center margin-block-start-auto", method: :delete do |form| %> - <%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this board?" } do %> + <%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this board and all associated cards?" } do %> <%= icon_tag "trash" %> Delete this board <% end %>