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:
Jesse Kempf 2017-08-30 20:35:22 -07:00
parent 498d373e2d
commit 9edca8e3b5
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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