summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 14:49:42 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-19 14:49:42 +0200
commitcdfff9e0ab7fc26682218c5c694da4e9d0f4eea5 (patch)
treeb9c0a023540c66f12ca9c80d8d04cc520919d486
parentcb84c6558b66e1441ddfc9701d91c9c994335198 (diff)
Tiny improvements to the "new here/sign up" message
-rw-r--r--index.html2
-rw-r--r--res/en.json4
-rw-r--r--res/sl.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 56aac2e..4596b3a 100644
--- a/index.html
+++ b/index.html
@@ -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">
diff --git a/res/en.json b/res/en.json
index ce5d38b..f560b15 100644
--- a/res/en.json
+++ b/res/en.json
@@ -23,8 +23,8 @@
"signin_via": "Login via",
"signin_or": "or",
"signin_button": "Sign in",
- "signin_footer": "New here? ",
- "signin_footer_signup": "Sign Up",
+ "signin_footer": "New here?",
+ "signin_footer_signup": "Sign up!",
"username": "Username",
"password": "Password",
"name" : "Display name",
diff --git a/res/sl.json b/res/sl.json
index f6087cb..d99721a 100644
--- a/res/sl.json
+++ b/res/sl.json
@@ -23,7 +23,7 @@
"signin_via": "Prijava prek",
"signin_or": "ali",
"signin_button": "Prijavi se",
- "signin_footer": "Novi tukaj ? ",
+ "signin_footer": "Nov tukaj?",
"signin_footer_signup": "Registriraj se!",
"username": "Uporabniško ime",
"password": "Geslo",