diff --git a/lib/plausible_web/templates/site/goal_settings.html.eex b/lib/plausible_web/templates/site/goal_settings.html.eex
index 5e046f2f7..0fca28c07 100644
--- a/lib/plausible_web/templates/site/goal_settings.html.eex
+++ b/lib/plausible_web/templates/site/goal_settings.html.eex
@@ -11,7 +11,7 @@
<%= for goal <- @goals do %>
<%= goal_name(goal) %>
- <%= button("❌", to: "/#{@site.domain}/goals/#{goal.id}", method: :delete, class: "text-sm", data: [confirm: "Are you sure? This will permanently delete the goal #{goal_name(goal)}"]) %>
+ <%= button("❌", to: "/#{@site.domain}/goals/#{goal.id}", method: :delete, class: "text-sm", data: [confirm: "Are you sure you want to remove goal #{goal_name(goal)}? This will just affect the UI, all of your analytics data will stay intact."]) %>
<% end %>
<% else %>