You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- require team-wise feature flag instead of super admin role
- redirect to /sites if the team isn't eligible any more
- enforce regular site in shared links controller
Copy file name to clipboardExpand all lines: extra/lib/plausible_web/live/customer_support/team/components/consolidated_views.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ defmodule PlausibleWeb.CustomerSupport.Team.Components.ConsolidatedViews do
76
76
<.delete_button
77
77
phx-click="delete-consolidated-view"
78
78
phx-target={@myself}
79
-
data-confirm="Are you sure you want to delete this consolidated view?"
79
+
data-confirm="Are you sure you want to delete this consolidated view? It will be recreated whenever eligible subscription/trial accesses /sites for that team."
0 commit comments