From cac2616d12ce50b7f3f0fa66520bca2d8b1f9d75 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Tue, 30 May 2023 14:53:56 +0200 Subject: [PATCH] Fix data-confirm attr interpolation --- lib/plausible_web/live/funnel_settings/list.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plausible_web/live/funnel_settings/list.ex b/lib/plausible_web/live/funnel_settings/list.ex index c81cf4560..606a22769 100644 --- a/lib/plausible_web/live/funnel_settings/list.ex +++ b/lib/plausible_web/live/funnel_settings/list.ex @@ -20,7 +20,7 @@ defmodule PlausibleWeb.Live.FunnelSettings.List do phx-click="delete-funnel" phx-value-funnel-id={funnel.id} class="text-sm text-red-600" - data-confirm="Are you sure you want to remove funnel '#{funnel.name}'? This will just affect the UI, all of your analytics data will stay intact." + data-confirm={"Are you sure you want to remove funnel '#{funnel.name}'? This will just affect the UI, all of your analytics data will stay intact."} >