diff --git a/CHANGELOG.md b/CHANGELOG.md index f301507..ed0837e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## 2.9.0 +* Fix a typo, + + Thanks to @jkirkcaldy + ## 2.8.0 * Support For Django 4.0+ JSONField * Removed jsonfield package from requirements diff --git a/README.md b/README.md index 90072b7..c0bed48 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ tox * [Spitfireap](https://github.com/Spitfireap) * [peterthomassen](https://github.com/peterthomassen) * [oussjarrousse](https://github.com/oussjarrousse) +* [jkirkcaldy](https://github.com/jkirkcaldy) # Security contact information diff --git a/mfa/templates/MFA.html b/mfa/templates/MFA.html index afcc59d..50ef658 100644 --- a/mfa/templates/MFA.html +++ b/mfa/templates/MFA.html @@ -116,7 +116,7 @@ {% endif %} {% else %} - You didn't have any keys yet. + You don't have any keys yet. {% endif %}