From be612641ca1c6e183034a392a6df5841891245c1 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 2 Dec 2013 13:59:02 +0000
Subject: [PATCH] Fix text on "mobile" login button.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3307 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/login.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/login.php b/templates/login.php
index 6085b08c2..83dacd246 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>
 	
-- 
GitLab