diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-19 14:49:42 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-19 14:49:42 +0200 |
commit | cdfff9e0ab7fc26682218c5c694da4e9d0f4eea5 (patch) | |
tree | b9c0a023540c66f12ca9c80d8d04cc520919d486 /index.html | |
parent | cb84c6558b66e1441ddfc9701d91c9c994335198 (diff) |
Tiny improvements to the "new here/sign up" message
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ </div> <div class="panel-footer"><!-- class="modal-footer"--> <div class="text-center"> - <span data-tkey="signin_footer">New here ? </span><a href="" role="button" data-dismiss="modal" data-toggle="modal" id="signup_button"> <!--data-target="#modalSignUp"--><b data-tkey="signin_footer_signup">Sign Up</b></a> + <span data-tkey="signin_footer">New here?</span> <a href="" role="button" data-dismiss="modal" data-toggle="modal" id="signup_button"><!--data-target="#modalSignUp"--><b data-tkey="signin_footer_signup">Sign up!</b></a> </div> <br> <div class="text-center small"> |