Skip to content
Snippets Groups Projects
Commit be612641 authored by Olav Morken's avatar Olav Morken
Browse files

Fix text on "mobile" login button.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3307 44740490-163a-0410-bde0-09ae8108e29a
parent 6f0760ac
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<td><input id="password" type="password" tabindex="2" name="password" /></td> <td><input id="password" type="password" tabindex="2" name="password" /></td>
</tr> </tr>
<tr><td></td><td> <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> </td></tr>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment