X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc4428224984cb71b961d17410205b535153c7f2..1f5a673014724c3444404658e65e32a6f9c562f3:/apps/workbench/app/views/application/_delete_object_button.html.erb diff --git a/apps/workbench/app/views/application/_delete_object_button.html.erb b/apps/workbench/app/views/application/_delete_object_button.html.erb index 69ed9dca74..6d6383e24e 100644 --- a/apps/workbench/app/views/application/_delete_object_button.html.erb +++ b/apps/workbench/app/views/application/_delete_object_button.html.erb @@ -1,5 +1,5 @@ <% if object.editable? %> - <%= link_to({action: 'destroy', id: object.uuid}, method: :delete, remote: true, data: {confirm: "You are about to delete #{object.class_for_display.downcase} '#{object.friendly_link_name}' (#{object.uuid}).\n\nAre you sure?"}) do %> + <%= link_to({action: 'destroy', id: object.uuid}, method: :delete, remote: true, data: {confirm: "Really delete #{object.class_for_display.downcase} '#{object.friendly_link_name}'?"}) do %> <% end %> <% end %>