diff --git a/templates/login.php b/templates/login.php
index 6085b08c2ea7a7d8a23a2c7f423e253547375f3e..83dacd246c6a510254ce6d0086ff413f8c18dd2d 100644
--- a/templates/login.php
+++ b/templates/login.php
@@ -54,7 +54,7 @@
 			<td><input id="password" type="password" tabindex="2" name="password" /></td>
 		</tr>
 	<tr><td></td><td>
-	<input type="submit" tabindex="5" id="mobilesubmit" value="<?php echo $this->t('{login_button}'); ?>" />
+	<input type="submit" tabindex="5" id="mobilesubmit" value="<?php echo $this->t('login_button'); ?>" />
 	</td></tr>
 	</table>