Skip to content

Commit 0121fc9

Browse files
Update csv_import.ex (#6160)
1 parent cf2d252 commit 0121fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plausible_web/live/csv_import.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ defmodule PlausibleWeb.Live.CSVImport do
142142
<% else %>
143143
<.notice title="Dates Conflict" theme={:red} class="mt-4">
144144
The dates <.dates range={@original} />
145-
overlap with dates we've already imported and cannot be used for new imports.
145+
overlap with existing site data and cannot be used for a new import.
146146
</.notice>
147147
<% end %>
148148
"""

0 commit comments

Comments
 (0)