We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2d252 commit 0121fc9Copy full SHA for 0121fc9
1 file changed
lib/plausible_web/live/csv_import.ex
@@ -142,7 +142,7 @@ defmodule PlausibleWeb.Live.CSVImport do
142
<% else %>
143
<.notice title="Dates Conflict" theme={:red} class="mt-4">
144
The dates <.dates range={@original} />
145
- 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.
146
</.notice>
147
<% end %>
148
"""
0 commit comments