diff --git a/modules/core/templates/loginuserpass.php b/modules/core/templates/loginuserpass.php
index a87c5d965f0ec854d23f22fc2a0c64c0a0e3c717..8a742292c30a88ba034ea8e53c6df8a2b8a59e6f 100644
--- a/modules/core/templates/loginuserpass.php
+++ b/modules/core/templates/loginuserpass.php
@@ -124,7 +124,7 @@ if ($this->data['errorcode'] !== null) {
                 <td></td><td></td>
                 <td>
                     <button id="regularsubmit" class="btn"
-                            onclick="this.value='<?php echo $this->t('{login:processing'); ?>';
+                            onclick="this.value='<?php echo $this->t('{login:processing}'); ?>';
                                 this.disabled=true; this.form.submit(); return true;" tabindex="6">
                         <?php echo $this->t('{login:login_button}'); ?>
                     </button>