mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
Add missing question mark on login page (#4783)
* Fix typo on login form to unify login and register * Update CHANGELOG.md
This commit is contained in:
parent
342c3e5513
commit
fb45e64539
@ -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
|
||||
|
||||
|
@ -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
|
||||
</.styled_link>
|
||||
|
Loading…
Reference in New Issue
Block a user