From fb45e64539e0e27801d66aa9c9e6c212aad53aa6 Mon Sep 17 00:00:00 2001 From: MorgeMoensch <62468040+MorgeMoensch@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:10:34 +0100 Subject: [PATCH] Add missing question mark on login page (#4783) * Fix typo on login form to unify login and register * Update CHANGELOG.md --- CHANGELOG.md | 1 + lib/plausible_web/templates/auth/login_form.html.heex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82896e45..1649e119c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Fix returning filter suggestions for multiple custom property values in the dashboard Filter modal +- Fix typo on login screen ## v2.1.4 - 2024-10-08 diff --git a/lib/plausible_web/templates/auth/login_form.html.heex b/lib/plausible_web/templates/auth/login_form.html.heex index 62ad96608..7b3039211 100644 --- a/lib/plausible_web/templates/auth/login_form.html.heex +++ b/lib/plausible_web/templates/auth/login_form.html.heex @@ -41,7 +41,7 @@ <:item :if={ Keyword.fetch!(Application.get_env(:plausible, :selfhost), :disable_registration) == false }> - Don't have an account + Don't have an account? <.styled_link href="/register"> Register