diff --git a/lib/plausible_web/live/sites.ex b/lib/plausible_web/live/sites.ex index 30efda8f5051..c55f6d087686 100644 --- a/lib/plausible_web/live/sites.ex +++ b/lib/plausible_web/live/sites.ex @@ -462,23 +462,17 @@ defmodule PlausibleWeb.Live.Sites do <.notice x-show="selectedInvitation && selectedInvitation.exceeded_limits" - title="Exceeded limits" + title="Unable to accept site ownership" class="mt-4 shadow-sm dark:shadow-none" >

- You are unable to accept the ownership of this site because doing so would exceed the - - of your subscription. - You can review your usage in the + Owning this site would exceed your current subscription usage limits. Please check your usage in <.styled_link class="inline-block" href={Routes.settings_path(PlausibleWeb.Endpoint, :subscription)} > account settings - . -

-

- To become the owner of this site, you should either reduce your usage, or upgrade your subscription. + and upgrade your subscription to accept the site ownership.

<.notice