Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Dec 2, 2024
1 parent a6d6013 commit 81a1c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/templates/layout/_header.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -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]) %>
</.styled_link>
</li>
<li class="w-full sm:w-auto">
Expand Down

0 comments on commit 81a1c99

Please sign in to comment.