diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst
index f293850..458e288 100644
--- a/src/postorius/doc/news.rst
+++ b/src/postorius/doc/news.rst
@@ -32,6 +32,7 @@
* Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033).
* URLs now contain the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
* Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
+* Fix broken translation string on the login page. Contributed by Pranjal Yadav.
1.0 beta 1 -- "Year of the Parrot"
diff --git a/src/postorius/templates/postorius/login.html b/src/postorius/templates/postorius/login.html
index fb10795..236e477 100644
--- a/src/postorius/templates/postorius/login.html
+++ b/src/postorius/templates/postorius/login.html
@@ -23,9 +23,7 @@
-
{% trans "Mozilla Persona is an easy way to sign into multiple websites, while -still controlling your personal data. For more information see the Mozilla website" %}.
+{% trans "Mozilla Persona is an easy way to sign into multiple websites, while still controlling your personal data. For more information see the Mozilla website" %}.