Fix text on "mobile" login button.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3307 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2013-12-02 13:59:02 +00:00
parent cdd83afd4c
commit 09a96c30ef
1 changed files with 1 additions and 1 deletions

View File

@ -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>