From 8a28bc8ae2017697c5cf4633d87a07aa664e9075 Mon Sep 17 00:00:00 2001 From: Marko Saric <34340819+metmarkosaric@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:41:10 +0100 Subject: [PATCH] Update csv_import.ex --- lib/plausible_web/live/csv_import.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plausible_web/live/csv_import.ex b/lib/plausible_web/live/csv_import.ex index 94497f670a87..96a566e8dc34 100644 --- a/lib/plausible_web/live/csv_import.ex +++ b/lib/plausible_web/live/csv_import.ex @@ -142,7 +142,7 @@ defmodule PlausibleWeb.Live.CSVImport do <% else %> <.notice title="Dates Conflict" theme={:red} class="mt-4"> The dates <.dates range={@original} /> - overlap with dates we've already imported and cannot be used for new imports. + overlap with existing site data and cannot be used for a new import. <% end %> """