diff --git a/lib/plausible_web/templates/layout/_header.html.heex b/lib/plausible_web/templates/layout/_header.html.heex index 78cdeb2861c5..ac962921e725 100644 --- a/lib/plausible_web/templates/layout/_header.html.heex +++ b/lib/plausible_web/templates/layout/_header.html.heex @@ -51,7 +51,7 @@ class="text-sm text-yellow-900 dark:text-yellow-900 rounded px-3 py-2 rounded-md bg-yellow-100 dark:bg-yellow-100" href={Routes.settings_path(@conn, :subscription)} > - <%= trial_notificaton(@conn.assigns[:current_user]) %> + <%= trial_notification(@conn.assigns[:current_user]) %>