summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 15:28:01 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 15:28:01 +0100
commit085644c798be8d6e96ca7a27953261cfd8b8e5c4 (patch)
tree15c9f76936cdfae5ab0665ce736bddf8491e4e78
parent22982f602e5cab9303d0d67d1fc5998b23d3b7fd (diff)
Remove trailing space from a translation string
-rw-r--r--index.html2
-rw-r--r--res/en.json2
-rw-r--r--res/sl.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 4cc2f03..2515a14 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@
<li style="display: none;" id="navigation-robot"><a href="" tabindex="30" accesskey="3" data-tkey="robot">Robot</a></li>
</ul>
<ul class="nav navbar-nav navbar-right" style="display:none;">
- <p class="navbar-text"><span data-tkey="signed_in_as">Signed in as </span><span id="signed-in-title">Janez</span></p>
+ <p class="navbar-text"><span data-tkey="signed_in_as">Signed in as</span> <span id="signed-in-title">Janez</span></p>
<li class="dropdown">
<a href="#" class="dropdown-toggle" tabindex="40" accesskey="9" data-toggle="dropdown" aria-expanded="true">
<span class="glyphicon glyphicon glyphicon-user"></span>
diff --git a/res/en.json b/res/en.json
index 6d96f22..1fcb894 100644
--- a/res/en.json
+++ b/res/en.json
@@ -48,7 +48,7 @@
"password_new": "New Password",
"password_new_placeholder": "Enter a new password",
"change_password_button": "Change password",
- "signed_in_as": "Signed in as ",
+ "signed_in_as": "Signed in as",
"go_back": "Go back",
"joined": "Joined",
"last_login": "Last seen",
diff --git a/res/sl.json b/res/sl.json
index bbfd71d..ec32936 100644
--- a/res/sl.json
+++ b/res/sl.json
@@ -48,7 +48,7 @@
"password_new": "Novo geslo",
"password_new_placeholder": "Vnesite novo geslo",
"change_password_button": "Spremeni geslo",
- "signed_in_as": "Prijavljeni ste kot ",
+ "signed_in_as": "Prijavljeni ste kot",
"go_back": "Nazaj",
"joined": "Registriran",
"last_login": "Zadnjič prijavljen",