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
Copy file name to clipboardExpand all lines: lib/plausible_web/components/billing/notice.ex
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ defmodule PlausibleWeb.Components.Billing.Notice do
30
30
~H"""
31
31
<asideclass="container">
32
32
<.noticetitle="Please upgrade your account"class="shadow-md dark:shadow-none">
33
-
In order to keep your stats running, we require you to upgrade your account. If you do not upgrade your account <%=@grace_period_end %>, we will lock your dashboard and it won't be accessible.
33
+
In order to keep your stats running, we require you to upgrade your account. If you do not upgrade your account {@grace_period_end}, we will lock your dashboard and it won't be accessible.
0 commit comments