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 %> """