Changeset - e971b511e0f4
[Not reviewed]
beta
0 1 0
Takumi IINO - 13 years ago 2013-01-29 09:56:11
trot.thunder@gmail.com
i18n improve
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/login.html
Show inline comments
 
@@ -18,7 +18,7 @@
 
</div>
 
    <!-- login -->
 
    <div class="title top-left-rounded-corner top-right-rounded-corner">
 
        <h5>${_('Sign In to')} ${c.rhodecode_name}</h5>
 
        <h5>${_('Sign In to %s') % c.rhodecode_name}</h5>
 
    </div>
 
    <div class="inner">
 
        ${h.form(h.url.current(came_from=c.came_from))}
0 comments (0 inline, 0 general)