Correct Yesod-Auth's usage of "log in" vs "login" in English.
"Log in" (two words) is a verb, indicating the action of, well, logging in. "Login" (one word) is a noun, indicating the credentials used to log in.
This commit is contained in:
parent
498d373e2d
commit
9edca8e3b5
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.19
|
||||||
|
|
||||||
|
* Adjust English localization to distinguish between "log in" (verb) and "login" (noun)
|
||||||
|
|
||||||
## 1.4.18
|
## 1.4.18
|
||||||
|
|
||||||
* Expose Yesod.Auth.Util.PasswordStore
|
* Expose Yesod.Auth.Util.PasswordStore
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth
|
name: yesod-auth
|
||||||
version: 1.4.18
|
version: 1.4.19
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Patrick Brisbin
|
author: Michael Snoyman, Patrick Brisbin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user