diff --git a/resources/views/auth/login.twig b/resources/views/auth/login.twig
index 1257985a91..7390c87879 100644
--- a/resources/views/auth/login.twig
+++ b/resources/views/auth/login.twig
@@ -44,7 +44,7 @@
{% if Config.get('auth.allow_register') %}
Register a new account
{% endif %}
- I forgot my password
+ I forgot my password
{% endblock %}
diff --git a/resources/views/auth/password.twig b/resources/views/auth/password.twig
index 366b0abda8..bce754d502 100644
--- a/resources/views/auth/password.twig
+++ b/resources/views/auth/password.twig
@@ -23,7 +23,7 @@
{% endblock %}
diff --git a/resources/views/emails/registered-html.twig b/resources/views/emails/registered-html.twig
index 5c89c1a81d..11516a4c57 100644
--- a/resources/views/emails/registered-html.twig
+++ b/resources/views/emails/registered-html.twig
@@ -19,7 +19,7 @@
-
If you have forgotten your password already, please reset it using
- the password reset tool.
+ the password reset tool.
-
There is a help-icon in the top right corner of each page. If you need help, click it!
diff --git a/resources/views/emails/registered.twig b/resources/views/emails/registered.twig
index 400ea17887..6ff499f117 100644
--- a/resources/views/emails/registered.twig
+++ b/resources/views/emails/registered.twig
@@ -12,7 +12,7 @@ Firefly III:
{{ address }}
Password reset:
-{{ address }}/password/email
+{{ address }}/password/reset
Documentation:
https://github.com/JC5/firefly-iii/wiki/First-use